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

Experiment with WASM implementation of the core. #5

Open
gliese1337 opened this issue Dec 15, 2020 · 0 comments
Open

Experiment with WASM implementation of the core. #5

gliese1337 opened this issue Dec 15, 2020 · 0 comments

Comments

@gliese1337
Copy link
Owner

Since there's no copying in the core diff algorithm, we wouldn't incur any penalty moving data between JS-land and WASM-land. And there could still be a fallback to the JS implementation for truly gigantic inputs for which the dynamic programming buffers won't fit in WASM memory.

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