|
|
|
|
|
by epcoa
891 days ago
|
|
LOL. The amount of machinery going on under the hood in evaluating those expressions in CPython is staggering. A microscopic detail like a single instruction data dependency has nothing to do with it. (How many CPU add instructions are executed just for those statements? Probably hundreds.) This is much more likely a quirk of the interpreter (or possibly a fucked up test).
CPU details are like 10000 feet down. |
|