sfvfile
sfvfile is another side project from sfvsim, it allows to load the Street Fighter V data in a native C++ library. It also contains a python-bindings.
It allows sfvsim to greatly speed-up its loading (/100), heavily reduced its memory footprint (/10) and made the engine overall faster (/4). It was an experiment to dig more into modern C++ and python bindings.
Source code: Gitlab