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

https://github.com/emmatyping/clscreate

Testing class creation times for Cython vs PyO3
https://github.com/emmatyping/clscreate

Last synced: 6 months ago
JSON representation

Testing class creation times for Cython vs PyO3

Awesome Lists containing this project

README

        

# clscreate, benchmarking class creation time for fun and profit

See for more https://github.com/PyO3/pyo3/issues/661

You can test this again with:

```
$ pip install -r requirements.txt
$ cythonize -a -i clscreate_cython.pyx
$ pytest
```