How fast is under 200ms?
200 milliseconds is 0.2 seconds. Faster than a human blink (150-400ms). Our solver completes before you finish reading this sentence.
What makes it this fast?
Frequency-map algorithm (not permutation) + local JavaScript (no server) + pre-loaded dictionary. Three factors combine for maximum speed.
Does longer input slow it down?
No \u2014 the algorithm speed depends on dictionary size (fixed at 270K), not input length. 3 letters and 20 letters process identically fast.
Does internet speed affect results?
Only the initial page load. Once loaded, the word database is cached locally. Subsequent searches work even offline.
Is it faster than server-based solvers?
Yes \u2014 server-based solvers add network latency (typically 100-500ms). Ours runs entirely locally, eliminating all network delay.
Can speed be guaranteed on old devices?
On modern devices (post-2018): under 200ms guaranteed. On very old devices: slightly slower but still under 1 second.