jdemeyer / callbench

Benchmarking CPython calling conventions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This contains various callables implemented in C with different calling conventions and a benchmarking script.

To run the benchmarks, install the package callbench as usual (using pip install or setup.py install) and then run ./bench.sh

About

Benchmarking CPython calling conventions

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 60.1%Language:Shell 24.7%Language:Python 15.2%