I am gathering useful notebooks from internet
-
Memoryview Benchmarks:
- Memoryviews are as fast as raw pointer
-
Projects that heavily use Cython
- pytraj: https://github.com/pytraj/pytraj
- Cython QuantLib wrappers: https://github.com/enthought/pyql
- Hadoopy: https://github.com/bwhite/hadoopy.git
- (2014) Matlab vs. Python Numpy Numba
- (2014) Numpy, Cython, Fortran and OpenCL
- Some Linear Algebra with Cython
- (2014) PERFORMANCE OF PANDAS SERIES VS NUMPY ARRAYS
- (2014) Numpy vs C++ and BLAS
- (2013) Numba, NumPy and F2PY