cm0002@programming.dev to Python@programming.dev · 2 months agoDespite 30 months work, core developer says Python's JIT compiler is often slower than the interpreterdevclass.comexternal-linkmessage-square30linkfedilinkarrow-up174arrow-down15
arrow-up169arrow-down1external-linkDespite 30 months work, core developer says Python's JIT compiler is often slower than the interpreterdevclass.comcm0002@programming.dev to Python@programming.dev · 2 months agomessage-square30linkfedilink
minus-squarehenfredemars@infosec.publinkfedilinkEnglisharrow-up18·edit-22 months agoThis is not entirely fair because the comparison point has changed. CPython is getting much faster, too, thanks to the optimizations stages before the JIT runs.
This is not entirely fair because the comparison point has changed. CPython is getting much faster, too, thanks to the optimizations stages before the JIT runs.