Home PyPy
Post
Cancel

PyPy

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.

참고

This post is licensed under CC BY 4.0 by the author.

Trending Tags