Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 186 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 186 Bytes

Running benchmarks

Levenshtein version:

cargo bench version

Iterating over string vs vector:

cargo bench iter

Copying chars into a vector:

cargo bench store