fuse.js-worker
v0.1.2
Published
Fuse.js in Web Worker for great user experience
Downloads
3
Maintainers
Readme
fuse.js-worker
Fuse.js in Web Worker for great user experience.
Motivation
Fuse.js docs state:
When you want client-side fuzzy searching of small to moderately large data sets.
You have a client-side search. Your data set tends to grow. Or perhaps fuzzy search is used with more and more types of data. At some point Fuse.js becomes a performance issue. Tweaking options can only get you so far. Typing feedback becomes worse. You debounce things. It does not really help. Eventually your app freezes when search is performed. User experience is ruined. You don't want to get rid of fuzzy search and you don't want to move the client-side search to server.
Web Workers for the rescue!