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

Port _getRoot #6

Merged
merged 1 commit into from
Jun 2, 2020
Merged

Port _getRoot #6

merged 1 commit into from
Jun 2, 2020

Conversation

arv
Copy link
Contributor

@arv arv commented Jun 2, 2020

No description provided.

@arv arv requested a review from aboodman June 2, 2020 17:11
@arv
Copy link
Contributor Author

arv commented Jun 2, 2020

TBR

@arv arv merged commit 9a741ae into rocicorp:master Jun 2, 2020
@arv arv deleted the get-root branch June 2, 2020 17:12
Copy link
Contributor

@aboodman aboodman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

aboodman pushed a commit that referenced this pull request Oct 28, 2021
Implement basic dispatch function and exec loop.

The hard part here was creating a map of connections by database name
that's persistent for the life of the library. This HashMap can't be
held at the file level because JsValue doesn't implement the Send trait,
and so the compiler has to prove it is never shared between threads.

replicache_client.js: 13435
replicache_client.js.br: 3175
replicache_client_bg.wasm: 51263
replicache_client_bg.wasm.br: 21946
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

Successfully merging this pull request may close these issues.

2 participants