Brieflz
BriefLZ
https://github.com/jibsen/brieflz
Small LZ compression implementation
BriefLZ is a small Lempel-Ziv (LZ) compression implementation. The whole codebase is ~3000 LOC, but the function (not counting the optional lookup tables) for compressing data is 147 LOC and for decompressing is 61 LOC. It's comparable to programs such as lz, zlib, or brotli.
Download
https://github.com/jibsen/brieflz/archive/ad89acf4186adca8ad8c27c4ab376a49ae233cd0.tar.gz
VCS Checkout
git clone https://github.com/jibsen/brieflzCategories
Licensing
License
Verified by
Verified on
Notes
License
Verified by
NameNotQuality
Verified on
1 August 2025
Leaders and contributors
| Contact(s) | Role |
|---|---|
| Jørgen Ibsen | Author |
Resources and communication
| Audience | Resource type | URI |
|---|---|---|
| Developers/Users (same as homepage) | VCS Repository Webview | https://github.com/jibsen/brieflz |
| Users | Download | https://github.com/jibsen/brieflz/archive/ad89acf4186adca8ad8c27c4ab376a49ae233cd0.tar.gz |
| Users | Bug Tracking | https://github.com/jibsen/brieflz/issues |
| Developers (commits) | Changelog | https://github.com/jibsen/brieflz/commits/master/ |
| Users (pull requests) | Bug Tracking | https://github.com/jibsen/brieflz/pulls |
| Users/Developers (same as VCS) | Homepage | https://github.com/jibsen/brieflz |
Software prerequisites
| Kind | Description |
|---|---|
| Weak prerequisite | doxygen |
| Required to build | cmake |
| Required to build | gcc |
Version comment
Latest git commit
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.
