You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: