Flyable is an ahead-of-time compiler that takes your Python code, analyses it, and outputs very optimized machine code. Micro-benchmarks show that it produces programs that run between 10-70x time faster than Python. Flyable is certainly one of the fastest and easiest ways to accelerate your Python code. It finally allows Python to compete in the ring of fast and efficient languages without having to add nasty non-python stuff that some other implementations need.
Here is a quick demo (1 min) :
https://www.loom.com/share/ed55eb4bf05d4de3bed4443bdb130fc3
You can freely register to the beta to try it out at
http://flyable.dev/ !
Thank you !