Skip to content

Commit 9bad9c2

Browse files
authored
Update README.md
1 parent 6f3bc44 commit 9bad9c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Unlike the most common lossless data compressors, Kanzi uses a variety of differ
1313

1414
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).
1515

16-
For more details, see [Wiki](https://github.com/flanglet/kanzi/wiki) and [Q&A](https://github.com/flanglet/kanzi/wiki/q&a)
16+
For more details, see [Wiki](https://github.com/flanglet/kanzi/wiki), [Q&A](https://github.com/flanglet/kanzi/wiki/q&a) and [DeepWiki](https://deepwiki.com/flanglet/kanzi-cpp/1-overview)
1717

1818
See how to reuse the C and C++ APIs: [here](https://github.com/flanglet/kanzi-cpp/wiki/Using-and-extending-the-code)
1919

2020
There is a Java implementation available here: https://github.com/flanglet/kanzi
2121

22-
There is Go implementation available here: https://github.com/flanglet/kanzi-go
22+
There is a Go implementation available here: https://github.com/flanglet/kanzi-go
2323

2424
![Build Status](https://github.com/flanglet/kanzi-cpp/actions/workflows/c-cpp.yml/badge.svg)
2525
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=flanglet_kanzi-cpp&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=flanglet_kanzi-cpp)

0 commit comments

Comments
 (0)