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

https://github.com/zvyn/fibonacy

Some code playing around with cython and cProfile.
https://github.com/zvyn/fibonacy

Last synced: about 1 year ago
JSON representation

Some code playing around with cython and cProfile.

Awesome Lists containing this project

README

          

Playing around with cython and cProfile.

Example usage:

$ N=100000 ./profile_time.py
python fib(100000) took 1626.805989s
cython fib(100000) took 0.043696s
cython fib was 37230 times faster