Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pavoljuhas/htest
- Owner: pavoljuhas
- Created: 2015-12-08T17:33:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T19:46:49.000Z (about 9 years ago)
- Last Synced: 2024-10-14T15:51:11.604Z (3 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# htest
histogram functions in numpy, cython, numbaCompiling instructions:
#1. Make sure setup.py references correct module
#2. Run this:
python setup.py build_ext --inplace
#3. To test, run:
python timings.pySome 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