Numba Benchmarks
This repository contains benchmarks for code examples optimized with Numba. All results can be reproduced online in a Binder notebook.
The objective is solely speed.
...
Who said readibility? No, that is not what this is about!
Examples
Helper Functions
These functions are replacements or convenience wrappers for Numpy functions which are currently not supported by Numba.
- np.clip: Will be implemented in numba/numba#3468.
- np.count_nonzero
- np.triu_indices, np.tril_indices, tri_n, tri_n_with_diag