Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flanglet authored May 12, 2024
1 parent 18478f2 commit dc20483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Unlike the most common lossless data compressors, Kanzi uses a variety of differ

Kanzi is a lossless data compressor, not an archiver. It uses checksums (optional but recommended) to validate data integrity but does not have a mechanism for data recovery. It also lacks data deduplication across files. However, Kanzi generates a bitstream that is seekable (one or several consecutive blocks can be decompressed without the need for the whole bitstream to be decompressed).

For more details, check https://github.com/flanglet/kanzi-go/wiki.
For more details, see [Wiki](https://github.com/flanglet/kanzi-go/wiki) and [Q&A](https://github.com/flanglet/kanzi-go/wiki/q&a)

See how to reuse the code here: https://github.com/flanglet/kanzi-go/wiki/Using-and-extending-the-code

Expand Down

0 comments on commit dc20483

Please sign in to comment.