Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 417 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 417 Bytes

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.

Code examples and documentation source are right here on GitHub.