Skip to content

Commit 6ac692f

Browse files
committed
2 parents f671f55 + 8902bf5 commit 6ac692f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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).*

0 commit comments

Comments
 (0)