introduce bitloops

This commit is contained in:
mike
2026-01-17 16:17:18 +01:00
parent bfa19ec585
commit c76d463c8c
6 changed files with 5 additions and 24 deletions

View File

@@ -10,10 +10,7 @@ public final class DictDataL6 {
static final int POS_LEN = 19500;
private static long[] words() {
long[] out = new long[WORDS_LEN];
int k = 0;
k = copy(out, k, DictDataL6W0.DATA);
return out;
return DictDataL6W0.DATA;
}
private static long[] posFlat() {