Skip to content

Commit

Permalink
Very tiny changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
joka921 committed Dec 12, 2023
1 parent d0b6a4f commit 05c3ace
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/parser/TurtleParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -822,8 +822,9 @@ bool TurtleStreamParser<T>::getLine(TurtleTriple* triple) {

// We will use the following trick: For a batch that is forwarded to the
// parallel parser, we will first increment `numBatchesTotal_` and then call
// the following lambda after the batch has completely parsed and the result
// pushed to the `tripleCollector_`. We thus get the invariant that `batchIdx_
// the following lambda after the batch has completely been parsed and the
// result pushed to the `tripleCollector_`. We thus get the invariant that
// `batchIdx_
// == numBatchesTotal_` iff all batches that have been inserted to the
// `parallelParser_` have been fully processed. After the last batch we will
// push another call to this lambda to the `parallelParser_` which will then
Expand Down

0 comments on commit 05c3ace

Please sign in to comment.