use larger set of words in words.txt dataset

This commit is contained in:
2024-09-09 15:19:18 +01:00
parent 7d707c9af4
commit fc0fd6923b
6 changed files with 886133 additions and 69250 deletions

View File

@@ -78,4 +78,5 @@ The reason for implementing a new trie specialised to strings rather than using
# Credits
The tests in `tests/string-set-tests.sml` were ported from [kpol's Trie data structure in C3](https://github.com/kpol/trie), although this is not true for the files in the `src/` directory.
- The tests in `tests/string-set-tests.sml` were ported from [kpol's Trie data structure in C3](https://github.com/kpol/trie).
- The words.txt dataset in `bench/words.txt` is from [this repository](https://github.com/dwyl/english-words).