README formatting.
This commit is contained in:
parent
ef0191729e
commit
5ac47db6d5
1 changed files with 3 additions and 0 deletions
|
@ -227,10 +227,13 @@ achieve by themselves. These are summarized below:
|
||||||
|
|
||||||
1) Deduplication : Per-Chunk (or per-segment) deduplication based on Rabin
|
1) Deduplication : Per-Chunk (or per-segment) deduplication based on Rabin
|
||||||
fingerprinting.
|
fingerprinting.
|
||||||
|
|
||||||
2) LZP : LZ Prediction is a variant of LZ77 that replaces repeating runs of
|
2) LZP : LZ Prediction is a variant of LZ77 that replaces repeating runs of
|
||||||
text with shorter codes.
|
text with shorter codes.
|
||||||
|
|
||||||
3) Adaptive Delta : This is a simple form of Delta Encoding where arithmetic progressions
|
3) Adaptive Delta : This is a simple form of Delta Encoding where arithmetic progressions
|
||||||
are detected in the data stream and collapsed via Run-Length encoding.
|
are detected in the data stream and collapsed via Run-Length encoding.
|
||||||
|
|
||||||
4) Matrix Transpose: This is used automatically in Delta Encoding and Deduplication. This
|
4) Matrix Transpose: This is used automatically in Delta Encoding and Deduplication. This
|
||||||
attempts to transpose columnar repeating sequences of bytes into
|
attempts to transpose columnar repeating sequences of bytes into
|
||||||
row-wise sequences so that compression algorithms can work better.
|
row-wise sequences so that compression algorithms can work better.
|
||||||
|
|
Loading…
Reference in a new issue