Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1000 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 1000 Bytes

QuickScore Demo

GitHub Pages

This is a demo of the QuickScore string-scoring and fuzzy-matching library, which is based on the Quicksilver algorithm and is designed for smart auto-complete. The demo lets you auto-complete your query against a few hundred bookmarks (title and URL) and to compare the results and speed against these string matching libraries:

  • Fuse.js
  • fuzzysort
  • liquidmetal
  • match-sorter
  • original Quicksilver algorithm

The demo UI is built with React, but the QuickScore library itself doesn't require it and has no dependencies.

See the demo.

License

MIT © John Dunning