deforde / pyclib-test

Testing the performance of various methods of calling c functions from python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyclib-test

Tests the performance of various techniques for calling c functions from python.

Build and run

make install
source .venv/bin/activate
make run

About

Testing the performance of various methods of calling c functions from python

License:MIT License


Languages

Language:Python 67.8%Language:Makefile 15.3%Language:Cython 10.2%Language:C 6.7%