Re: revision algorithms
- From: Ben Pfaff <blp@xxxxxxxxxxxxxxx>
- Date: Thu, 23 Feb 2006 11:48:23 -0800
cartoper@xxxxxxxxx writes:
I am looking for an algorithm to implement a revision system. The data
is quite simple. There is a array of objects. New objects can be
added, objects can be delete, and objects can be moved around in the
array.
I am looking for an effecient way to look at two versions of this list,
capture what changed, and be able to return to init state.
You may be looking for multiversion B-trees. I first encountered
these in Soules et al., "Metadata Efficiency in Versioning File
Systems". That paper references Becker et al., "An
asymptotically optimal multiversion b-tree," as its source for
the data structure.
--
Ben Pfaff
email: blp@xxxxxxxxxxxxxxx
web: http://benpfaff.org
.
- Follow-Ups:
- Re: revision algorithms
- From: cartoper
- Re: revision algorithms
- References:
- revision algorithms
- From: cartoper
- revision algorithms
- Prev by Date: Re: CFG for L(G) and L(G')
- Next by Date: Re: revision algorithms
- Previous by thread: Re: revision algorithms
- Next by thread: Re: revision algorithms
- Index(es):