fuse.js-worker
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

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!

Package Sidebar

Install

npm i fuse.js-worker

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

28.6 kB

Total Files

12

Last publish

Collaborators

  • kamilmielnik