Skip to content

Commit

Permalink
WIP - multi-threaded indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
djtfmartin committed Jun 27, 2024
1 parent 50b236c commit 9de93c8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ public static void buildMatcher() throws IOException {
tempJoinIndex,
joinIndex,
false,
false
false,
1
);

Dataset dataset = new Dataset();
Expand Down

0 comments on commit 9de93c8

Please sign in to comment.