We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3700b23 commit 9d6d360Copy full SHA for 9d6d360
README.md
@@ -140,7 +140,7 @@ from handle array positions and bounds. This is why we recommend `ManagedBulkCom
140
141
Both bulk compressors loop through the data in parallel by calling `IntStream.range().parallel()`.
142
143
-Let's take `compactedMass` from the previous example and show how we can populate it with data from all customers.
+Let's take `compactedMass` from the previous example and show how we can populate it with data from all customers:
144
145
```java
146
byte[][] compactedMass = new byte[100000000][]; // Data for 100 million customers.
0 commit comments