Why does it improve speed
- JIT Compiler : read bytecode, convert into machine code and optimize it
- Garbage collection : doesn’t use reference counting, only use cyclic finder making the total time spent in memory management less than in CPython.
Comments powered by Disqus.