Comment by traverseda
Comment by traverseda 12 hours ago
This is achievable with deepdiff today: https://pypi.org/project/deepdiff/
Maybe not as performant as if you designed your data structures around it. But certainly achievable.
Comment by traverseda 12 hours ago
This is achievable with deepdiff today: https://pypi.org/project/deepdiff/
Maybe not as performant as if you designed your data structures around it. But certainly achievable.
interesting project thanks for the pointer
however it's not what I have in mind
the point is not being able to dog and patch object graphs
the point is copy on write of data that isn't local to the current call stack, automatic immutability with automatic transients per call stack.
a delta will then guide the merge of branches. but the Delta emergency from the CoW, instead of being computed as in deepdiff.