in reply to Re: Multithreading for perl code
in thread Multithreading for perl code

Hi,

I have tried your idea but there is no difference. The file is about 30 MB of text.

Thanks

Replies are listed 'Best First'.
Re^3: Multithreading for perl code
by Lotus1 (Vicar) on Apr 08, 2015 at 13:20 UTC

    Reading a 30Mb file one time instead of 500 times should be quicker. How about posting what you tried? Maybe there is something you missed in your implementation.