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

optimize batch #81

Open
gladed opened this issue May 17, 2019 · 0 comments
Open

optimize batch #81

gladed opened this issue May 17, 2019 · 0 comments

Comments

@gladed
Copy link
Collaborator

gladed commented May 17, 2019

During batch processing it should be possible to remove unnecessary changes, e.g. for a change ~A that completely reverses A:

optimize(A, B, ~A, C) -> (B, C)

Examples include addition and later removal of the same set item; replacement of a list index; replacement or removal of a map key.

This is valuable when applying changes to backing stores since you can simply skip useless operations.

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

0 participants