diff options
author | snappy.mirrorbot@gmail.com <snappy.mirrorbot@gmail.com@03e5f5b5-db94-4691-08a0-1a8bf15f6143> | 2013-02-05 14:36:15 +0000 |
---|---|---|
committer | snappy.mirrorbot@gmail.com <snappy.mirrorbot@gmail.com@03e5f5b5-db94-4691-08a0-1a8bf15f6143> | 2013-02-05 14:36:15 +0000 |
commit | bde324c0169763688f35ee44630a26ad1f49eec3 (patch) | |
tree | 20dc9b05b3d9ee500e21c7f8ee59d8dd859d800d /NEWS | |
parent | 8168446c7eaaa0594e1f4ca923376dcf3a2846fa (diff) | |
download | snappy-bde324c0169763688f35ee44630a26ad1f49eec3.tar.gz snappy-bde324c0169763688f35ee44630a26ad1f49eec3.tar.bz2 snappy-bde324c0169763688f35ee44630a26ad1f49eec3.zip |
Release Snappy 1.1.0.
R=sanjay
git-svn-id: https://snappy.googlecode.com/svn/trunk@73 03e5f5b5-db94-4691-08a0-1a8bf15f6143
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Snappy v1.1.0, January 18th 2013: + + * Snappy now uses 64 kB block size instead of 32 kB. On average, + this means it compresses about 3% denser (more so for some + inputs), at the same or better speeds. + + * libsnappy no longer depends on iostream. + + * Some small performance improvements in compression on x86 + (0.5–1%). + + * Various portability fixes for ARM-based platforms, for MSVC, + and for GNU/Hurd. + + Snappy v1.0.5, February 24th 2012: * More speed improvements. Exactly how big will depend on |