File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1616 feature is enabled, this library will utilize
1717 [ Orson Peters] ( https://github.com/orlp ) '
1818 custom hasher for [ rustc-hash] ( https://crates.io/crates/rustc-hash ) . The
19- performance improvment is extremely tiny, but this is specifically designed
20- for smaller inputs & strings, and the code-base is signficantly smaller.
19+ performance improvment is extremely tiny. However, this hasher is specifically
20+ designed for smaller inputs & strings and the code-base is signficantly
21+ smaller. Note: hashing is _ not_ used extensively in this crate.
2122
2223* Applied several ` clippy ` suggestions.
2324
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ select2 = ["simple", "dep:serde"]
2121
2222fuzzy = [" dep:strsim" ]
2323strsim = [" dep:strsim" ]
24- eddie = [" dep:eddie" ] # Quite fast but unstable . Not recommended
24+ eddie = [" dep:eddie" ] # Quite fast but not stable . Not recommended
2525rapidfuzz = [" dep:rapidfuzz" ]
2626
2727ahash = [" dep:ahash" ]
You can’t perform that action at this time.
0 commit comments