Closed clayote closed 6 years ago
allegedb now has a method get_delta to get a dictionary describing changes within a branch by replaying the journal. This requires a lot less iteration than the type of delta used in LiSE.handle and is much faster.
get_delta
LiSE.handle
allegedb now has a method
get_delta
to get a dictionary describing changes within a branch by replaying the journal. This requires a lot less iteration than the type of delta used inLiSE.handle
and is much faster.