rapidfuzz-cpp
rapidfuzz-cpp copied to clipboard
Rapid fuzzy string matching in C++ using the Levenshtein Distance
I am thinking about dropping C++14 support at some point this year. Does someone still require C++14 support?
The current documentation is far from complete (even though the code is documented) and is very cluttered. The documentation should use sphinx similar to https://github.com/maxbachmann/RapidFuzz and document all the publicly...
The library should be published on conan and add cmake
more benchmarks are required to see the results of changes on the performance, since most changes speed up some cases, but might slow down others
Hello, I am trying to update rapidfuzz-cpp in Fedora to the latest 3.0.5 version, but I am getting a test failures on i686 architecture. ~~~~ + for fuzz_exe in fuzzing/fuzz_*...