An open API service indexing awesome lists of open source software.

https://github.com/c-bata/python-c-api-example

Example of Python C extension and Cython.
https://github.com/c-bata/python-c-api-example

Last synced: about 1 year ago
JSON representation

Example of Python C extension and Cython.

Awesome Lists containing this project

README

          

# python-c-api-example

```
$ python bench.py
Python
0.269196 s/op
C Extension with gil
0.004870 s/op
C Extension with nogil
0.001258 s/op
Cython
0.000535 s/op
Mypyc
0.018971 s/op
```