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 @@ -135,8 +135,8 @@ You can download pure-Java lz4-java from [Maven Central](https://search.maven.or
135135
136136# Documentation
137137
138- - [ lz4] ( https://lz4.github.io/lz4-java/1.7.1 /docs/net/jpountz/lz4/package-summary.html )
139- - [ xxhash] ( https://lz4.github.io/lz4-java/1.7.1 /docs/net/jpountz/xxhash/package-summary.html )
138+ - [ lz4] ( https://lz4.github.io/lz4-java/1.8.0 /docs/net/jpountz/lz4/package-summary.html )
139+ - [ xxhash] ( https://lz4.github.io/lz4-java/1.8.0 /docs/net/jpountz/xxhash/package-summary.html )
140140 - [ changelog] ( https://github.com/lz4/lz4-java/blob/master/CHANGES.md )
141141
142142# Performance
@@ -146,8 +146,8 @@ hashing performance can depend a lot on the input (there are lies, damn lies
146146and benchmarks), here are some benchmarks that try to give a sense of the
147147speed at which they compress/decompress/hash bytes.
148148
149- - [ lz4 compression] ( https://lz4.github.io/lz4-java/1.7 .0/lz4-compression-benchmark/ )
150- - [ lz4 decompression] ( https://lz4.github.io/lz4-java/1.7 .0/lz4-decompression-benchmark/ )
149+ - [ lz4 compression] ( https://lz4.github.io/lz4-java/1.8 .0/lz4-compression-benchmark/ )
150+ - [ lz4 decompression] ( https://lz4.github.io/lz4-java/1.8 .0/lz4-decompression-benchmark/ )
151151 - [ xxhash hashing] ( https://lz4.github.io/lz4-java/1.3.0/xxhash-benchmark/ )
152152
153153# Build
You can’t perform that action at this time.
0 commit comments