File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,8 +90,10 @@ public void bulkRun() throws Throwable {
9090
9191 // High-throughput vectorized execution
9292 evaluator. applyBulk(inputs, outputVector);
93+
94+ // Use evaluator.applyBulkParallel(inputs, outputVector); to automatically process using all your cores
9395
94- // Result is now stored in outputVector, processed in parallel chunks
96+ // Result is now stored in outputVector
9597}
9698
9799```
@@ -148,4 +150,4 @@ Add the following to your `pom.xml`:
148150
149151** Developed by GBENRO JIBOYE (@gbenroscience )**
150152
151- * If ParserNG helps your project, please consider starring the repository or [ buying me a coffee] ( https://buymeacoffee.com/gbenroscience ) .*
153+ * If ParserNG helps your project, please consider starring the repository or [ buying me a coffee] ( https://buymeacoffee.com/gbenroscience ) .*
You can’t perform that action at this time.
0 commit comments