[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Why are deltas tree-structured?

From: Karl Fogel <kfogel_at_galois.collab.net>
Date: 2000-08-16 14:38:18 CEST

Greg Hudson <ghudson@mit.edu> writes:
> How does the tree structure of an in-memory delta help anyone if you
> never have a whole delta in memory at once? Even if you can stream a
> tree, it is much more intuitive to think about streaming a list of
> operations. Plus, it maps a whole lot better to our network protocol
> if we're using DAV.

It is memory all at once, or on disk all at once, if you're using it
as an interchange format (to represent a version, or a tree patch, for
example).

See Ben's earlier summary of conversation with Greg Stein regarding
conversion to/from DAV.
Received on Sat Oct 21 14:36:06 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.