bartpy
bartpy copied to clipboard
Feature Request: Converting to Cython
Since the code is written in pure python, a simple step at the end to improve performance is to compile it all using Cython. It's relatively simple to set up and the speedups are great for looped code, so it might be worth looking into.
Numba also worth looking at (I've had a decent amount of success with it)