Uses of Interface
org.episteme.nativ.util.MemorySegmentPool
Packages that use MemorySegmentPool
Package
Description
-
Uses of MemorySegmentPool in org.episteme.nativ.mathematics.linearalgebra.vectors.storage
Classes in org.episteme.nativ.mathematics.linearalgebra.vectors.storage that implement MemorySegmentPoolModifier and TypeClassDescriptionclassA pool of reusable native MemorySegments to avoid frequent allocations. -
Uses of MemorySegmentPool in org.episteme.nativ.util
Classes in org.episteme.nativ.util that implement MemorySegmentPoolModifier and TypeClassDescriptionclassA pool for native memory segments to reduce allocation overhead in tight loops.