https://github.com/andy-thomason/andyzip
A fast and compact modern C++ (header only) zip, bzip2 and brotli library
https://github.com/andy-thomason/andyzip
Last synced: 19 days ago
JSON representation
A fast and compact modern C++ (header only) zip, bzip2 and brotli library
- Host: GitHub
- URL: https://github.com/andy-thomason/andyzip
- Owner: andy-thomason
- License: mit
- Created: 2016-05-29T14:31:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T11:29:42.000Z (over 1 year ago)
- Last Synced: 2025-05-08T04:37:00.419Z (10 months ago)
- Language: C++
- Homepage:
- Size: 363 KB
- Stars: 25
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeCppGameDev - andyzip
README
# andyzip
A fast and compact modern C++ (header only) zip library
The library currently has zip, bzip2 and brotli decoders and we are working on some novel compression methods.
Compression classes in the pipeline using suffix arrays and LCP for high performance.