4 ms·
One more: https://github.com/microsoft/Pyjion https://github.com/microsoft/Pyjion
by 1wd 6y ago
One more: https://github.com/microsoft/Pyjion https://github.com/microsoft/Pyjion
- forgotpwd16 6y agoOn the repo there's also a comparison[1] with some of the other implementations. [1]: https://github.com/microsoft/Pyjion#how-do-this-compare-to- https://github.com/microsoft/Pyjion#how-do-this-compare-to-
- sitkack 6y agoI find it really interesting, that not only did they do the work of creating a JIT using the CoreCLR for CPython, they created a JIT API so that their system is augmenting CPython and not taking it over. Solid engineering. This also means that one could implement an alternative JIT using Rust or OCaml. https://github.com/microsoft/Pyjion#what-are-the-goals-of-this-project https://github.com/microsoft/Pyjion#what-are-the-goals-of-th...