Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
4kills authored Jun 28, 2022
1 parent e747d8f commit d0bdfac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
</a>

```diff
- For whole buffered data (i.e. it fits into your RAM) https://github.com/4kills/go-libdeflate is much faster and completely compatible with zlib!
- For whole buffered data (i.e. it fits into memory) use https://github.com/4kills/go-libdeflate !
```
[4kills/go-libdeflate](https://github.com/4kills/go-libdeflate) is much **faster** (at least 3 times) and completely **compatible with zlib**!
With that said, if you need to stream large data from disk, you may continue with this library.

---

This ultra fast **Go zlib library** wraps the original zlib library written in C by Jean-loup Gailly and Mark Adler using cgo.

Expand Down

0 comments on commit d0bdfac

Please sign in to comment.