Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pavoljuhas/htest

histogram functions in numpy, cython, numba
https://github.com/pavoljuhas/htest

Last synced: about 1 month ago
JSON representation

histogram functions in numpy, cython, numba

Awesome Lists containing this project

README

        

# htest
histogram functions in numpy, cython, numba

Compiling instructions:
#1. Make sure setup.py references correct module
#2. Run this:
python setup.py build_ext --inplace
#3. To test, run:
python timings.py

Some documentation to follow:
-Simple examples:
http://docs.cython.org/src/tutorial/cython_tutorial.html

-Interfacing with numpy
http://docs.cython.org/src/tutorial/numpy.html