hunspell-spellchecker
hunspell-spellchecker copied to clipboard
spellchecker.suggest is slow
spellchecker.suggest('annaonymous')
takes about 5 seconds to return suggestions
I can get results from a remote API faster than that
Is there anything I can do to speed up suggestions?
In my experience spellchecker.suggest is even slower. I'm using it to check a document, and when it checks non-word phrases like README.md
, it takes several minutes, and then returns no suggestions. I'll take a look and see if I can improve the speed at all.