Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eklem/idx-tests
Search-index tests
https://github.com/eklem/idx-tests
browser-based offline-first search search-engine
Last synced: 29 days ago
JSON representation
Search-index tests
- Host: GitHub
- URL: https://github.com/eklem/idx-tests
- Owner: eklem
- License: mit
- Created: 2020-07-23T11:45:19.000Z (over 4 years ago)
- Default Branch: trunk
- Last Pushed: 2021-12-02T11:22:42.000Z (about 3 years ago)
- Last Synced: 2024-10-15T10:42:45.464Z (3 months ago)
- Topics: browser-based, offline-first, search, search-engine
- Language: HTML
- Homepage:
- Size: 111 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# idx-tests
Miscellaneous search-index tests to figure out how to solve real world problems.## Async index updates (PUT, DELETE) with web worker
Fixing async indexing with a web worker. [Original issue, indexing and searching at the same time](https://github.com/fergiemcdowall/search-index/issues/497).
Issue: Some performance issue in Chrome.[Demo](https://eklem.github.io/idx-tests/async-index-and-search/)