Skip to content

FastMemory 0.1.0

Choose a tag to compare

@andrestubbe andrestubbe released this 13 Aug 14:21
· 12 commits to main since this release

FastMemory 0.1.0 - SIMD-Aligned Off-Heap Memory Allocation

Features

  • 32-byte SIMD-aligned memory allocation for AVX2/AVX-512
  • Physical page locking via VirtualLock
  • Zero GC overhead off-heap memory
  • FastPointer integration

Installation

Maven

<dependency>
    <groupId>com.github.andrestubbe</groupId>
    <artifactId>FastMemory</artifactId>
    <version>0.1.0</version>
</dependency>

Gradle

implementation 'com.github.andrestubbe:FastMemory:0.1.0'