Show HN: Stb_zip – header-only C ZIP parser, zero dependencies, fast

https://news.ycombinator.com/item?id=45002453
by Forgret • 11 months ago
4 5 11 months ago

I've built a small, header-only C library to parse ZIP archives with no external dependencies. It works on everything from embedded devices to desktop games and supports both "store" and "deflate" compression. Benchmarks (Core i7-12700K, 32GB RAM): - Decompress 1GB: 0.8s (2.1x faster than miniz) - Parse 100k files: 12ms (3.2x faster) - CRC32 of 1GB: 0.2s (5.5x faster)

GitHub: https://github.com/Ferki-git-creator/stb-zip

MIT licensed, feedback welcome.

Related Stories

Loading related stories...

Source preview

news.ycombinator.com