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

Replace rfc6902 createPatch with custom algorithm #5

Closed
steida opened this issue Sep 25, 2022 · 2 comments
Closed

Replace rfc6902 createPatch with custom algorithm #5

steida opened this issue Sep 25, 2022 · 2 comments

Comments

@steida
Copy link
Contributor

steida commented Sep 25, 2022

Optimize for row records. There is an interesting PR chbrown/rfc6902#88. Another idea is to leverage https://github.com/google/diff-match-patch. It's for text, but we can map an array of rows to their hashes written in the line.

@steida
Copy link
Contributor Author

steida commented Dec 26, 2022

Replace JSON patch with a simpler array-only protocol.

@steida
Copy link
Contributor Author

steida commented Dec 27, 2022

Done.

@steida steida closed this as completed Dec 27, 2022
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