Pyper: Python for Performance.
Pyper is:
- Compatible with cpython ecosystem.
- Powered by LuaJIT (🚀 BLAZING FAST JIT VM)
Pyper aims to:
- Be a drop-in replacement for cpython interpreter.
- Yield significant performance gain.
Caveats:
- Performance: No gains, if python script just calls c-modules.
- Numbers: Pyper ints are just regular 64-bit floating point numbers. However, we do offer INT behaviour.
- Parallelism / Concurrency: Pyper is still in-development, this feature is not implemented yet.