Snappy
ZLib
Our great sponsors
Snappy | ZLib | |
---|---|---|
2 | 24 | |
5,203 | 3,541 | |
1.1% | - | |
4.4 | 5.6 | |
8 days ago | 3 days ago | |
C++ | C | |
GNU General Public License v3.0 or later | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Snappy
-
How to store item info?
Just compress it! Of course if you will you ZIP, players will able to just open this zip file and change whatever they want. But you can use less popular compression algorithms which are not supported by default Windows File Explorer. Snappy for example.
- What's the best way to compress strings?
ZLib
- Help me solve my 3 year fight with data compression and win a challenge
- Zlib - A massively spiffy yet delicately unobtrusive compression library.
-
PSA: zlib v1.2.12 is kinda broken... (breaks bunch of stuff including Minecraft)
See https://github.com/madler/zlib/issues/613 and https://bugs.archlinux.org/task/74371
- Did GLIBC 2.35 break xz-java?
-
Re: Zlib memory corruption on deflate (i.e. compress)
This seems to be a minor bug, in that it is only triggered using unusual (and rather unlikely) deflate parameters.
But, looking into this bug, I was sort-of interested to see how it was handled. The change log for 1.2.12 (2022-03-27) indicates the issue was resolved ("Fix a bug that can crash deflate on some input when using Z_FIXED"). Yet, in what seems to be the canonical Zlib repository (https://github.com/madler/zlib), I was unable to find a corresponding commit.
None of commits this year (7, so not too hard to review) seem to be particularity meaningful changes, and in particular yesterday's 'zlib 1.2.12' commit seems to only consist of version/copyright updates.
So, does anyone have any idea where to find the commits related to the change log entry? (Note that I'm not disputing the issue is actually fixed, I'm just trying to improve my Github reading skills...)
- Ask HN: Single person creations that have stood the test of time
- Game Boy Wordle clone: How to compress 12972 five-letter words to 17871 bytes
- Data/Assets Serialization Structuring
- Ask HN: Examples of Unusual Code Formatting Styles?
What are some alternatives?
zstd - Zstandard - Fast real-time compression algorithm
brotli - Brotli compression format
LZ4 - Extremely Fast Compression algorithm
LZMA - (Unofficial) Git mirror of LZMA SDK releases
Minizip-ng - Fork of the popular zip manipulation library found in the zlib distribution.
zlib-ng - zlib replacement with optimizations for "next generation" systems.
OpenSSL - TLS/SSL and crypto library
zlib-ng - zlib replacement with optimizations for "next generation" systems. [Moved to: https://github.com/zlib-ng/zlib-ng]