Skip to content

Commit b55d2a4

Browse files
committed
Update README.md
1 parent bd8476b commit b55d2a4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ The snappy-java is a Java port of the snappy
1818
* Here are some [benchmark results](https://github.com/ning/jvm-compressor-benchmark/wiki), comparing
1919
snappy-java and the other compressors
2020
`LZO-java`/`LZF`/`QuickLZ`/`Gzip`/`Bzip2`. Thanks [Tatu Saloranta @cotowncoder](http://twitter.com/#!/cowtowncoder) for providing the benchmark suite.
21-
* The benchmark result indicates snappy-java is the fastest compreesor/decompressor in Java
22-
* <http://ning.github.com/jvm-compressor-benchmark/results/canterbury-roundtrip-2011-07-28/index.html>
23-
* The decompression speed is twice as fast as the others:
24-
* <http://ning.github.com/jvm-compressor-benchmark/results/canterbury-uncompress-2011-07-28/index.html>
21+
* The benchmark result indicates snappy-java is the fastest compreesor/decompressor in Java: http://ning.github.com/jvm-compressor-benchmark/results/canterbury-roundtrip-2011-07-28/index.html
22+
* The decompression speed is twice as fast as the others: http://ning.github.com/jvm-compressor-benchmark/results/canterbury-uncompress-2011-07-28/index.html
2523

2624

2725
## Download

0 commit comments

Comments
 (0)