Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ and a command line utility producing and decoding `.zst`, `.gz`, `.xz` and `.lz4
Should your project require another programming language,
a list of known ports and bindings is provided on [Zstandard homepage](https://facebook.github.io/zstd/#other-languages).

**Development branch status:**
### New and Exciting: OpenZL

If you love Zstandard but wish it was better at compressing structured and numeric data, check out [OpenZL](https://github.com/facebook/openzl)!
OpenZL is a new, in-development compressor from the same team that brought you Zstandard.
It extends Zstd (and other compression primitives), adding the ability to exploit the structure and semantics of the data it compresses.

### Development branch status:

[![Build Status][travisDevBadge]][travisLink]
[![Build status][CircleDevBadge]][CircleLink]
Expand Down