org.ojalgo.concurrent
Class Hardware.MemoryThreads
java.lang.Object
org.ojalgo.concurrent.Hardware.MemoryThreads
- Enclosing class:
- Hardware
public static final class Hardware.MemoryThreads
- extends Object
How much memory, and how many threads share that memory.
Used to describe either total system resources (system RAM and
total number of threads handled by the processors) or a cache
(processor's L1, L2 or L3 cache).
- Author:
- apete
memory
public final long memory
threads
public final int threads
Hardware.MemoryThreads
public Hardware.MemoryThreads(long aMemory,
int aThreads)
toString
public String toString()
- Overrides:
toString
in class Object