Typo.js icon indicating copy to clipboard operation
Typo.js copied to clipboard

`typo.suggest` may take more than 25 seconds and block the browser

Open x4d3 opened this issue 2 years ago • 2 comments

Using a french dictionary, calling typo.suggest("Anticonstiutni2onlleemnt") takes more than 25 seconds and block the browser

Issue is demonstrated here

https://github.com/x4d3/typo-js-issues/tree/main https://x4d3.github.io/typo-js-issues/

Dictionary used

https://github.com/x4d3/typo-js-issues/blob/main/fr_FR.aff https://github.com/x4d3/typo-js-issues/blob/main/fr_FR.dic

x4d3 avatar Jan 19 '24 23:01 x4d3

Same for italian

andreafalzetti avatar Oct 08 '24 16:10 andreafalzetti

I use https://github.com/kwonoj/hunspell-asm and Web Worker for enhanced performance. It's extremely fast.

purocean avatar Jan 02 '25 11:01 purocean