in reply to How much slower is perl (the binary) with threads than without?

A threaded perl is slower for the same reasons a debug version is slower, extra code, extra checks

See also Why "Modern Perl" is slower than "Legacy Perl"?

  • Comment on Re: How much slower is perl (the binary) with threads than without?