Skip to content

Commit 77fc000

Browse files
authored
Update README.md
1 parent d1ea8e3 commit 77fc000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
... so *fast* you'd think he was a **hash**.
77
</div>
88

9-
Fuzzy is an extremely fast **approximate string matching** (fuzzy finding) library.
9+
Fuzzy is an extremely fast **approximate string matching** (fuzzy finding) library written in C++20.
1010

11-
It offers two primary modes of operation, one via the Hamming metric and the other via the Levenshtein distance (by means of the W-F algorithm). The Hamming metric is extremely efficient, being able to parse and match strings at speeds of ~3-4 GB/s per thread based on current testing (Haswell/Broadwell/Skylake). The second, more precise mode of operation, is via the Levenshtein metric, which is slower but offers more accurate hits.
11+
It offers two primary modes of operation, one via the Hamming metric and the other via the Levenshtein distance (by means of the W-F algorithm). The Hamming metric is extremely efficient, being able to parse and match strings at speeds of ~3-4 GB/s per thread based on current testing (Haswell/Broadwell/Skylake). The second, more precise mode of operation, is via the Levenshtein metric, which is slower but offers more accurate hits. Requires AVX2.
1212

1313

1414
## Usage

0 commit comments

Comments
 (0)