This is the code from my video on speeding up the backtesting.py framework.
This is primarily an educational project designed to show methods for incrementally improving runtime performances of libraries such as this.
If you do want to install and play around with it, simply clone the repo and run uv pip install . inside the cloned folder to install it locally. You'll need the rust toolchain for everything to work. Then write any scripts etc. you want to play around with as normal.