|
|
|
|
|
by kunley
891 days ago
|
|
The evaluations don't magically/implicitly happen on many cores. I guess the first thing worth doing when analyzing this would be looking at the differences in the bytecode, then looking at the C code implementing the differing bytecode ops. But there also other factors, like the new adaptive interpreter trying to JIT the code. |
|
Single-line dual assignment:
vs the two-line version: