Skip to content

Commit

Permalink
Update README.md for 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odaira committed Jun 10, 2021
1 parent f64bac4 commit 7904a45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ You can download pure-Java lz4-java from [Maven Central](https://search.maven.or

# Documentation

- [lz4](https://lz4.github.io/lz4-java/1.7.1/docs/net/jpountz/lz4/package-summary.html)
- [xxhash](https://lz4.github.io/lz4-java/1.7.1/docs/net/jpountz/xxhash/package-summary.html)
- [lz4](https://lz4.github.io/lz4-java/1.8.0/docs/net/jpountz/lz4/package-summary.html)
- [xxhash](https://lz4.github.io/lz4-java/1.8.0/docs/net/jpountz/xxhash/package-summary.html)
- [changelog](https://github.com/lz4/lz4-java/blob/master/CHANGES.md)

# Performance
Expand All @@ -146,8 +146,8 @@ hashing performance can depend a lot on the input (there are lies, damn lies
and benchmarks), here are some benchmarks that try to give a sense of the
speed at which they compress/decompress/hash bytes.

- [lz4 compression](https://lz4.github.io/lz4-java/1.7.0/lz4-compression-benchmark/)
- [lz4 decompression](https://lz4.github.io/lz4-java/1.7.0/lz4-decompression-benchmark/)
- [lz4 compression](https://lz4.github.io/lz4-java/1.8.0/lz4-compression-benchmark/)
- [lz4 decompression](https://lz4.github.io/lz4-java/1.8.0/lz4-decompression-benchmark/)
- [xxhash hashing](https://lz4.github.io/lz4-java/1.3.0/xxhash-benchmark/)

# Build
Expand Down

0 comments on commit 7904a45

Please sign in to comment.