Displaying 3 results from an estimated 3 matches for "manber".
Did you mean:
maber
2007 Jul 05
17
ZFS Compression algorithms - Project Proposal
...and the same results suggests that BWT is
likely to become the new standard in compression
algorithms[1]. Suffixes Sorting (i.e. the problem of sorting suffixes of a
given string) is the main bottleneck of BWT and really significant
progress has been made in this area since the first algorithms of
Manbers and Myers[2] and Larsson and Sadakane[3], notably the new
linear time algorithms of Karkkainen and Sanders[4]; Kim, Sim and
Park[5] and Ko e aluru[6] and also the promising O(nlogn) algorithm of
Karkkainen and Burkhardt[7].
As a conjecture, we believe that some intrinsic properties of ZFS and
fil...
2011 Jun 29
5
Enhance sftp protocol: get SHA hash of file
Hi,
it would be great, if the sftp protocol could be
enhanced: get sha (or other hash value) from a file or part of a file.
This would make it possible to run a rsync like file transfer
on sftp.
I would suggest a protocol like this
Client sends to Server:
get-supported hash-methods
returns whitespace seperated list like md5 sha1 sha256 ....
get-hash HASH-METHOD FILENAME STARTOFFSET
2002 May 22
4
Compressed backup
Hi
I am using rsync for backup on the disks of a Linux backup server.
Obviously the server could store more data it the data were
compressed. I read the "rsync -> tar" thread. Unfortunately, a
compressed file system for Linuthere does not seem to exist yet.
However, rsync can use compression for file transfer.
Would it be possible to implement an option to store the data on the