-
stevenschlansker committed
Mar 24, 2012
-
[maven-release-plugin] prepare for next development iteration
dain committedDec 23, 2011 -
[maven-release-plugin] prepare release snappy-0.2
dain committedDec 23, 2011 -
Even if Unsafe exists, it might not have all the methods we need.. te…
…st it out before we finish loading the class.
-
-
[maven-release-plugin] prepare for next development iteration
dain committedSep 29, 2011 -
[maven-release-plugin] prepare release snappy-0.1
dain committedSep 29, 2011 -
-
dain committed
Sep 29, 2011 -
dain committed
Sep 29, 2011 -
dain committed
Sep 29, 2011 -
Requre stream header at begining of input stream
dain committedSep 29, 2011 -
Added explination of stream format
dain committedSep 29, 2011 -
Added SnappyOutputStream.newChecksumFreeBenchmarkOutputStream()
dain committedSep 29, 2011 -
dain committed
Sep 29, 2011 -
dain committed
Sep 29, 2011 -
User buffer recycler to cache compresion hash
dain committedSep 29, 2011 -
Hide classes not part of public interface
dain committedSep 29, 2011 -
Add import statics to simplify code
dain committedSep 29, 2011 -
Fixed order of columns in compression output
dain committedSep 29, 2011 -
Benchmark without crc verification for fair comparison
dain committedSep 29, 2011 -
Added Crc32c of user input data to header
dain committedSep 29, 2011
-
dain committed
Sep 28, 2011 -
Throw explicit exception when input is corrupted
dain committedSep 28, 2011 CorruptionException is a runtime exception CorruptionException is wrapped in IOException in stream code
-
Properly handle closed streams
dain committedSep 28, 2011 -
Avoid extra copies in round trip stream benchmark
dain committedSep 28, 2011 -
Copy Tatu's buffer recycler to speed up small streams
dain committedSep 28, 2011 -
dain committed
Sep 28, 2011 -
Added streaming mode to SnappyBench
dain committedSep 28, 2011
-
dain committed
Sep 27, 2011
-
Fixed performance improvment calculation bug
dain committedSep 26, 2011 -
dain committed
Sep 26, 2011 -
dain committed
Sep 26, 2011 Split main loop into fast path and slow path which is used when near the end of the input array Inlined copyFromSelf Added unsafe methods to read op and lookup entry in the op table Rewrote readUncompressedLength
-
Removed accidental double memory copy
dain committedSep 24, 2011
-
Fix bug with literal copy index out of bounds
dain committedSep 23, 2011