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
- Host: GitHub
- URL: https://github.com/emmatyping/clscreate
- Owner: emmatyping
- Created: 2020-05-21T05:59:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T06:06:42.000Z (about 5 years ago)
- Last Synced: 2024-11-23T01:43:34.897Z (7 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```