in reply to How much slower is perl (the binary) with threads than without?
Of course, the actual slowdown will depend on the particular code and modules. For example, individual XS modules may be considerably slower if they haven't been written to take advantage of workarounds for certain compatibility slowdowns (e.g. PERL_NO_GET_CONTEXT). Until recently, DBI with DBD::mysql was 3 times slower under a threaded perl for a simple fetch() loop. It's now only 20% slower, having been reworked a bit.
Dave.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How much slower is perl (the binary) with Unicode than without?
by Anonymous Monk on May 11, 2012 at 03:41 UTC | |
by CountZero (Bishop) on May 11, 2012 at 13:25 UTC | |
by BrowserUk (Patriarch) on May 11, 2012 at 13:42 UTC | |
by Anonymous Monk on May 11, 2012 at 13:28 UTC |