0.1.2 • Published 3 years ago

fuse.js-worker v0.1.2

Weekly downloads
32
License
MIT
Repository
github
Last release
3 years ago

fuse.js-worker

Version License Prettier

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!