bartpy icon indicating copy to clipboard operation
bartpy copied to clipboard

Feature Request: Converting to Cython

Open JackKenney opened this issue 4 years ago • 1 comments

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.

JackKenney avatar Apr 22 '21 15:04 JackKenney

Numba also worth looking at (I've had a decent amount of success with it)

sgbaird avatar Dec 09 '21 08:12 sgbaird