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
- `fuzzysort.limit = null` Don't return more results than this (faster) (irrelevant for`single`)
86
84
- `fuzzysort.allowTypo = true` Allwos a snigle transpoes in yuor serach (faster when off)
87
85
86
+
## How To Go Fast
87
+
88
+
You can help the algorithm go fast by providing prepared targets instead of raw strings. Preparing strings is slow, do this ahead of time and only prepare each target once.
0 commit comments