OlivierBinette / StringCompare

Efficient String Comparison Functions and Fuzzy String Matching
https://olivierbinette.github.io/StringCompare/
17 stars 2 forks source link

Add benchmark user example #10

Closed OlivierBinette closed 2 years ago

OlivierBinette commented 2 years ago

Add a user example (see #2) which provides a fair and exhaustive benchmark of StringCompare against other string comparison libraries.

OlivierBinette commented 2 years ago

Done at /examples/2-benchmark.ipynb

This will need to be updated as more functions are added.