Ethan Rutherford
Ethan Rutherford
Optimizing load times is something I likely should look into internally. The gist is that we're building an index, and it's all done upfront. At current, this loading time can...
This issue has been addressed in the latest release, please let us know if you encounter further problems!
Converting the trie into a DAWG would help on size, though it would take additional time. In addition, using `indexedDB` as a storage location would likely give much more space....
Nice!