https://github.com/paulross/notesoncython
Some notes on using Cython to increase the performance of Python code.
https://github.com/paulross/notesoncython
cython python
Last synced: about 1 month ago
JSON representation
Some notes on using Cython to increase the performance of Python code.
- Host: GitHub
- URL: https://github.com/paulross/notesoncython
- Owner: paulross
- Created: 2014-09-29T11:28:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-25T11:02:38.000Z (9 months ago)
- Last Synced: 2025-04-30T06:07:52.016Z (about 1 month ago)
- Topics: cython, python
- Language: HTML
- Size: 1.02 MB
- Stars: 61
- Watchers: 10
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NotesOnCython
Some notes on using Cython to increase the performance of Python code. This contains a summary of the Cython function types, performance comparisons under different conditions and some examples of corner cases to be aware of.
The full documentation is on [Read the Docs](http://notes-on-cython.readthedocs.org/en/latest/index.html).
Code examples and documentation source are right here on GitHub.