Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run in worker process #45

Open
3 tasks
HerbCaudill opened this issue Oct 22, 2019 · 0 comments
Open
3 tasks

Run in worker process #45

HerbCaudill opened this issue Oct 22, 2019 · 0 comments

Comments

@HerbCaudill
Copy link
Member

Enable running Cevitxe's StoreManager entirely in a web worker process. See HerbCaudill/react-redux-worker for a starting point.

All the Automerge, local storage and sync components would live in the worker, thus freeing the UI context of all the expensive overhead of the system.

We'll need a coarse-grained query API to query and retrieve a view of a set of rows, aggregate information, etc. In order of priority:

  • order + range / count
  • filter
  • aggregation, projection, etc. (might be entirely out of scope)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant