Skip to content

flock0/UnsafeArray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnsafeArray

An array-like implementation of objects stored off-heap.

Installation

Use mvn package to compile. For the maven tests to succeed on 64-bit JVMs, use mvn package -P x64

Known Issues

Compressed ordinary object pointers are not supported at this point. 64-bit JVMs should therefore be started with the -XX:-UseCompressedOops option.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages