introduce bitloops

This commit is contained in:
mike
2026-01-20 10:00:30 +01:00
parent 30ca46ac03
commit fde6f15b24
2 changed files with 5 additions and 7 deletions

View File

@@ -98,7 +98,7 @@ public class BuildMeta2 {
System.out.println("\nQuery: " + qRaw + " (norm=" + q + ") w=" + w + " -> i=" + i);
if (i >= 0) {
ShardLem rec = Meta.readRecord(Meta.shardData, i);
ShardLem rec = Meta.readRecord(Meta.shardData, w, i);
System.out.println(" simpel=" + rec.simpel());
System.out.println(" clues=" + Arrays.toString(rec.clues()));
} else {