Class BatchNode<T>

java.lang.Object
org.ojalgo.data.batch.BatchNode<T>

public final class BatchNode<T> extends Object
A batch processing data node for when there's no way to fit the data in memory.

Data is stored in sharded files, and data is written/consumed and processed concurrently.

The data is processed in batches. Each batch is processed in a single thread. The number of threads is controlled by

invalid reference
#parallelism(IntSupplier)
.