niklas-heer / speed-comparison

A repo which compares the speed of different programming languages.
https://niklas-heer.github.io/speed-comparison
MIT License
475 stars 76 forks source link

Add NumPy, MyPyC, and Cinder implementations #114

Open allisonChilton opened 1 year ago

allisonChilton commented 1 year ago

Implementations for 3 different Python alternatives.

MyPyC - A static compiler for Python using type hints to generate C extensions NumPy - The fundamental package for scientific computing with Python. Rather ubiquitous and written in C Cinder - A fork of CPython that can do JIT using type annotations.


Let me know if you have questions or feedback.