lucene/gradle/generation
Adrien Grand cfdd20f5bc
Move postings back to int[] to take advantage of having more lanes per vector. (#13968)
In Lucene 8.4, we updated postings to work on long[] arrays internally. This
allowed us to workaround the lack of explicit vectorization (auto-vectorization
doesn't detect all the scenarios that we would like to handle) support in the
JVM by summing up two integers in one operation for instance.

With explicit vectorization now available, it looks like we can get more
benefits from the ability to compare multiple intetgers in one operations than
from summing up two integers in one operation. Moving back to ints helps
compare 2x more integers at once vs. longs.
2024-11-01 07:49:09 +01:00
..
extract-jdk-apis Remove ByteBufferIndexInput and update all Panama implementations (MMap and Vector) to Java 21 (#13146) 2024-02-29 19:38:37 +01:00
icu LUCENE-10243: increase unicode versions of tokenizers to 12.1 (#465) 2021-12-03 20:20:57 -05:00
jflex LUCENE-10239: upgrade jflex (1.7.0 -> 1.8.2) (#452) 2021-11-19 09:24:27 -05:00
moman LUCENE-10646: Add some comment on LevenshteinAutomata (#1016) 2022-08-07 10:01:30 -04:00
snowball remove unnecessary chmod+x, file is marked executable in snowball git 2024-03-28 16:43:47 -04:00
antlr.gradle Gradle build: cleanup of dependency resolution and consolidation of dependency versions (#13484) 2024-06-17 09:49:21 +02:00
extract-jdk-apis.gradle Fix eclipse ide settings generation (#13649) 2024-08-14 23:50:06 +02:00
forUtil.gradle Move postings back to int[] to take advantage of having more lanes per vector. (#13968) 2024-11-01 07:49:09 +01:00
icu.gradle Fix icu's regeneration script: instead of getVersion we can just pick the version from the catalog. 2024-08-15 22:28:49 +02:00
javacc.gradle Gradle build: cleanup of dependency resolution and consolidation of dependency versions (#13484) 2024-06-17 09:49:21 +02:00
jflex.gradle Gradle build: cleanup of dependency resolution and consolidation of dependency versions (#13484) 2024-06-17 09:49:21 +02:00
kuromoji.gradle Upgrade to gradle 8.10 (#13700) 2024-08-30 12:36:56 +02:00
local-settings.gradle Generate gradle.properties from gradlew (#12131) 2023-02-06 19:47:15 +01:00
moman.gradle Gradle build: cleanup of dependency resolution and consolidation of dependency versions (#13484) 2024-06-17 09:49:21 +02:00
nori.gradle Upgrade to gradle 8.10 (#13700) 2024-08-30 12:36:56 +02:00
regenerate.gradle Gradle build: cleanup of dependency resolution and consolidation of dependency versions (#13484) 2024-06-17 09:49:21 +02:00
snowball.gradle Gradle build: cleanup of dependency resolution and consolidation of dependency versions (#13484) 2024-06-17 09:49:21 +02:00
unicode-test-classes.gradle Schedule compileJava after the internal task if it affects source files (#13282) 2024-04-09 07:44:07 +02:00