https://github.com/fwextensions/quick-score-demo
A demo of the QuickScore string-scoring and sorting library
https://github.com/fwextensions/quick-score-demo
Last synced: 12 months ago
JSON representation
A demo of the QuickScore string-scoring and sorting library
- Host: GitHub
- URL: https://github.com/fwextensions/quick-score-demo
- Owner: fwextensions
- License: mit
- Created: 2018-08-16T16:44:07.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T01:31:56.000Z (over 3 years ago)
- Last Synced: 2025-04-25T20:39:12.021Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://fwextensions.github.io/quick-score-demo/
- Size: 3.23 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QuickScore Demo
[![GitHub Pages][gh-pages-badge]][gh-pages]
This is a demo of the [QuickScore](https://github.com/fwextensions/quick-score) 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](https://github.com/fwextensions/quick-score) library itself doesn't require it and has no dependencies.
[See the demo.](https://fwextensions.github.io/quick-score-demo)
## License
[MIT](./LICENSE) © John Dunning
[gh-pages-badge]: https://github.com/fwextensions/quick-score-demo/actions/workflows/gh-pages.yml/badge.svg
[gh-pages]: https://github.com/fwextensions/quick-score-demo/actions/workflows/gh-pages.yml