Last active
January 3, 2021 19:09
-
-
Save lsena/25392f889cca5ab67e31cd7aa79fb4de to your computer and use it in GitHub Desktop.
match_benchmark.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Method | time in seconds | index size (Gb) | |
---|---|---|---|
fuzzy match | 161.7 | 1.77 | |
prefix match | 49.6 | 1.77 | |
wildcard match | 345.5 | 1.77 | |
ngram match | 66.7 | 2.45 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment