Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)