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

Transactions: operations on a temporary graph clone. #50

Open
obuchtala opened this issue Jul 17, 2013 · 1 comment
Open

Transactions: operations on a temporary graph clone. #50

obuchtala opened this issue Jul 17, 2013 · 1 comment
Assignees

Comments

@obuchtala
Copy link
Member

In some situations it would be handy to apply operations on a temporary graph.
This would allow to create sequences/compounds of operations more easily without having any other side effects.
At the end, the operations would be applied to the real graph.

@ghost ghost assigned obuchtala Jul 17, 2013
@obuchtala
Copy link
Member Author

Currently this implemented in a very naive way, creating a clone of the graph, and eventually applying the ops at once on the original graph.

This should be optimized.

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