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

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.

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.