mypyc icon indicating copy to clipboard operation
mypyc copied to clipboard

More benchmarks

Open vmstarchenko opened this issue 2 years ago • 1 comments

In addition to mypyc, there is a number of projects that allow you to speed up python. For example, pypy, cython, numba. These libraries have their own benchmarks that can be added to the benchmarks of this library. It would be useful to add benchmarks that show the comparison between mypyc and the rest. These libraries have their own benchmarks that can be added to the benchmarks of mypyc.

https://foss.heptapod.net/pypy/benchmarks https://github.com/cython/cython/tree/master/Demos/benchmarks https://github.com/numba/numba-benchmark https://github.com/python/pyperformance

vmstarchenko avatar Mar 15 '23 07:03 vmstarchenko

For context, the current benchmarks live in https://github.com/mypyc/mypyc-benchmarks. Having more benchmarks would be useful. Since we want mypyc benchmarks to have full type annotation coverage, adding benchmarks takes some effort, but unless the benchmark uses some big library, it's generally fairly straightforward.

JukkaL avatar Mar 15 '23 10:03 JukkaL