Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 352 Bytes

File metadata and controls

19 lines (14 loc) · 352 Bytes

Benchmarks

Run on your machine with:

anagram bench

Example output from the bundled English dictionary:

words,41
sorted,0.034
counter,0.158
prime,0.027

The bundled dictionary is intentionally tiny, so these numbers are only a smoke test. Use a large word list with --dictionary to compare strategies meaningfully.