rapidfuzz-cpp icon indicating copy to clipboard operation
rapidfuzz-cpp copied to clipboard

Rapid fuzzy string matching in C++ using the Levenshtein Distance

Results 5 rapidfuzz-cpp issues
Sort by recently updated
recently updated
newest added

I am thinking about dropping C++14 support at some point this year. Does someone still require C++14 support?

discussion

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...

documentation

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