http://www.perlmonks.org?node_id=1069438


in reply to Re^3: Threaded Code Not Faster Than Non-Threaded -- Why? (meat)
in thread Threaded Code Not Faster Than Non-Threaded -- Why?

Second reply: By way of follow up I wanted to thank you Preceptor for the informative link. Also I didn't respond to your comment about File::Find. I didn't use it because it is slower than File::Util directory traversal in my own tests.

I have forked the reference code for the hackathon and implemented the kind of threading consistent with your code example. More to come...I'm benching it right now.

Tommy
A mistake can be valuable or costly, depending on how faithfully you pursue correction
  • Comment on Re^4: Threaded Code Not Faster Than Non-Threaded -- Why? (meat)