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

@@ -38,10 +38,6 @@ public final class DictJavaGeneratorMulti {
// Aggregator
writeAggregator(outDir, pkg, "DictData", dict.length());
//var csv = Paths.get("nl_score_hints_v3.csv");
//var idx = Paths.get("nl_score_hints_v3.idx");
//ScopedValue.where(CsvIndexService.SC, new CsvIndexService(csv, idx)).run(() -> generateHintShards(dict, builders, outDir));
System.out.println("Generated sources into: " + outDir.toAbsolutePath());
}