A fast bounding box loader
First, we need to install this package's dependency: Intel Threading Building Blocks (TBB). This allows for parallel when performing query operations in the list, such as finding an item.
sudo apt install libtbb-devNow, we can clone and build this package
git clone git@github.com:omnious/bbox-loader.git
cd bbox-loader
python setup.py installCheck out the loader_example.py for how to use this package.