I've found that the lexical data loading takes a long time to load at times. May I suggest an implementation of some sort of cache solution? Particularly for words that have already been queried before. Rather than fetching the lexical data again, it could be retrieved from some sort of LRU cache. Just a feature request! Thank you for all the hard work.
I've found that the lexical data loading takes a long time to load at times. May I suggest an implementation of some sort of cache solution? Particularly for words that have already been queried before. Rather than fetching the lexical data again, it could be retrieved from some sort of LRU cache. Just a feature request! Thank you for all the hard work.