introduce bitloops

This commit is contained in:
mike
2026-01-17 16:37:48 +01:00
parent c76d463c8c
commit 9367833407
38 changed files with 147 additions and 93 deletions

View File

@@ -10,14 +10,11 @@ public final class DictDataL3 {
static final int POS_LEN = 1326;
private static long[] words() {
return DictDataL3W0.DATA;
return DictDataL3W0.get();
}
private static long[] posFlat() {
long[] out = new long[POS_LEN];
int k = 0;
k = copy(out, k, DictDataL3P0.DATA);
return out;
return DictDataL3P0.get();
}
public static SwedishGenerator.DictEntry entry() {