Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 525 Bytes

File metadata and controls

17 lines (10 loc) · 525 Bytes

Numba vs Cython

Small benchmark to test the efficiency of Numba comparing to well-known Cpython.

This is material for this bioinfo-fr article.

Prerequisites

Usage

python setup.py install  # build Cython extension
python run.py            # run benchmark