An open API service indexing awesome lists of open source software.

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

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