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
When generating or applying a patch, the naive implementation of JBSDiff requires all files to be entirely loaded into memory. For large files, this is quite impractical. The interfaces of the Diff and Patch classes should use streams instead of byte arrays.
The text was updated successfully, but these errors were encountered:
When generating or applying a patch, the naive implementation of JBSDiff requires all files to be entirely loaded into memory. For large files, this is quite impractical. The interfaces of the Diff and Patch classes should use streams instead of byte arrays.
The text was updated successfully, but these errors were encountered: