Displaying 1 result from an estimated 1 matches for "libhsync".
Did you mean:
libdsync
2003 Jun 08
2
state of the rsync nation? (revisited 6/2003 from 11/2000)
...he day-to-day stuff, and tridge watches the
evolution.
rsync gave rise to Josh Macdonald's XDelta, which is optimized for the
case where old and new versions are on the same machine, and so it can
generate more efficient deltas.
tridge extracted the algorithm into librsync, which I renamed to libhsync
when I changed the wire format. The code currently checked in as librsync
is in my opinion not very good. It tries to make the algorithm available
at various levels to programs that would like to use it, though the only
user at the moment is rproxy. rsync doesn't use libhsync -- possibly it...