elasticsearch/build-conventions
Tim Brooks 11c6dfc95f
Add LZ4 compressor with Java9 perf improvements (#77153)
Java9 added a number of features that are useful to improve compression
and decompression. These include the Arrays#mismatch method and
VarHandles. This commit adds compression tools forked from the java-lz4
library which include these improvements. We hope to contribute these
changes back to the original project, however the project currently
supports Java7 so this is not possible at the moment.
2021-09-09 12:53:35 -06:00
..
src/main/java/org/elasticsearch/gradle/internal Add LZ4 compressor with Java9 perf improvements (#77153) 2021-09-09 12:53:35 -06:00
build.gradle Fix gradle func tests running in idea (#74811) 2021-07-01 05:43:51 -04:00
settings.gradle Move public build api into included build (#72861) 2021-06-01 11:19:30 +02:00