Package org.ojalgo.concurrent
package org.ojalgo.concurrent
-
ClassDescriptionDivide an index (int) range into smaller parts, and conquer each part in parallel.A conquerer is a function that will be called with a range of indices to conquer.A configurable divider that can be used to divide a range of indices and conquer each part in parallel.Execute submitted tasks/methods in external JVM processes with arbitrary
Serializablearguments/return.Inter-Process CommunicationRing buffer OutputStream that retains only the last N bytes written.A per-thread, persistent channel to a child JVM.Description of a (static) method to invoke in a child JVM.MultiviewSet<T>A set of standard levels of parallelism derived from the number of available cores and optionally capped by reserving a specified amount of memory per thread.A daemon thread that can be bound to an externalProcess.A simple wrapper around anExecutorServicethat makes it easier to process collections of items in parallel.Options to control the child JVM process used by ProcessExecutorService.Child JVM entrypoint.