A Python binding for a fast integer parsing function in C++.
- Install pybind11 via vcpkg or equivalent.
- Install pybind11 via pip.
- Enter the main folder of this repo and enter
cmake -S . -B ./Build -DCMAKE_BUILD_TYPE=Release_OR_Debug
thencmake --build ./Build --config=Release_OR_Debug
. - Modify the Test.py file to point at the location of the generated .pyd file. Import from it parse_integer or parse_integers, and use them.