You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation
An incorrect 4-character word can create about +- 250 possible suggestions. In the current implementation, the generating of suggestions happens each time for any duplicates words which ultimately increases the load to system.
Proposal
Add separate table for already generated suggested suggestions as for success as for empty suggestions for each word what was already checked.
Current behavior
Cache of suggested suggestions is missed.
Expected behavior
Cache of suggested suggestions is missed implemented.
Config
Optional: it might be worth considering an additional option to enable and disable the cache of suggested suggestions.
The text was updated successfully, but these errors were encountered:
sheldon
version0.2.0
OS
versionUbuntu
Description
An incorrect 4-character word can create about +- 250 possible suggestions. In the current implementation, the generating of suggestions happens each time for any duplicates words which ultimately increases the load to system.
Add separate table for already generated suggested suggestions as for success as for empty suggestions for each word what was already checked.
Current behavior
Cache of suggested suggestions is missed.
Expected behavior
Cache of suggested suggestions is missed implemented.
Config
Optional: it might be worth considering an additional option to enable and disable the cache of suggested suggestions.
The text was updated successfully, but these errors were encountered: