Class BatchProcessor

java.lang.Object
io.karma.kommons.util.BatchProcessor

@API(status=STABLE) public final class BatchProcessor extends Object
A simple, allocation-friendly alternative to parallel streams, which can process a collection of elements, scaling (mostly) symmetrically accross all available (or specified) threads.
Since:
04/08/2022