SnappyIndexerfor parallel compression/decompression- CUI commands (snap/unsnap)
- Upgrade release for snappy-1.0.5
- Fixes issue 33: Fixes a problem when reading incomplete input stream
- Upgrade to snappy-1.0.4
- Enhanced the Javadoc
- Add support for Oracle JRockit JVM. (issue 28)
- Upgrade from the previous release is optional
- Add system properites to switch sytem installed native library or bundled library (issue 20, issue 26)
- source code tar ball (issue 25)
- primitive array read/write support (issue 24)
- Maintenance release (no significant change)
- Refactoring code
- Rebuild win32 binary
- Deprected SnappyException. Instead snappy-java uses IOException to issue errors. This change is necessary to support JNI code injection to a parent class loader.
- JNI interface injection so that multiple applications can share the native code. Issue 21
- Fixes issue 18, issue 19
- Reduces memory footprint (contribution from Arec Wysoker)
- Fixes issue 17
- Upgrade to snappy-1.0.3 done.
- libstdc++ embedding (only for Linux version) done.
- Minor bug fixes
- Primitive array support (e.g.
int[],float[], etc.) issue 10 - String compression/decompression
- Running tests under win32/mac32, etc.
-
Adding
SnappyOutputStreamSnappyInputStreamissue 3 -
March 29th. Started snappy-java project