This repository was archived by the owner on Dec 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,8 +133,8 @@ You can download released artifacts from [Maven Central](https://search.maven.or
133133
134134# Documentation
135135
136- - [ lz4] ( https://lz4.github.io/lz4-java/1.5.1 /docs/net/jpountz/lz4/package-summary.html )
137- - [ xxhash] ( https://lz4.github.io/lz4-java/1.5.1 /docs/net/jpountz/xxhash/package-summary.html )
136+ - [ lz4] ( https://lz4.github.io/lz4-java/1.6.0 /docs/net/jpountz/lz4/package-summary.html )
137+ - [ xxhash] ( https://lz4.github.io/lz4-java/1.6.0 /docs/net/jpountz/xxhash/package-summary.html )
138138 - [ changelog] ( https://github.com/lz4/lz4-java/blob/master/CHANGES.md )
139139
140140# Performance
@@ -144,8 +144,8 @@ hashing performance can depend a lot on the input (there are lies, damn lies
144144and benchmarks), here are some benchmarks that try to give a sense of the
145145speed at which they compress/decompress/hash bytes.
146146
147- - [ lz4 compression] ( https://lz4.github.io/lz4-java/1.5.1 /lz4-compression-benchmark/ )
148- - [ lz4 decompression] ( https://lz4.github.io/lz4-java/1.5.1 /lz4-decompression-benchmark/ )
147+ - [ lz4 compression] ( https://lz4.github.io/lz4-java/1.6.0 /lz4-compression-benchmark/ )
148+ - [ lz4 decompression] ( https://lz4.github.io/lz4-java/1.6.0 /lz4-decompression-benchmark/ )
149149 - [ xxhash hashing] ( https://lz4.github.io/lz4-java/1.3.0/xxhash-benchmark/ )
150150
151151# Build
You can’t perform that action at this time.
0 commit comments