namreeb / namigator

An intelligent navigation API for World of Warcraft Alpha, Vanilla, TBC and WotLK
MIT License
49 stars 32 forks source link

Replace boost python with pybind11 #31

Closed oiramario closed 1 year ago

oiramario commented 2 years ago

https://pybind11.readthedocs.io/en/stable/benchmark.html Compile faster, smaller, and almost the same syntax.

namreeb commented 2 years ago

Good idea. I tried to use the python bindings directly, and gave up on that. I used boost because when I began writing this std::filesystem didn't exist, so I wanted boost for that anyway.