Skip to content

Tonic-Box/Jaloc

Repository files navigation

Jaloc

A true primitive collocations library for Java 8+ backed by manual native memory management.

Requirements

  • Java 8+

Documentation

Structure

There are currently the following collection family implementations for all Java primitives as well as for user defined structs.

Notes of Interest

This library facilitates true native collections though the use of sun.misc.Unsafe. See:

  • UnsafeAccess - A utility class to access the sun.misc.Unsafe class.
  • UnsafeMemory - A wrapper class to facilitate calling sun.misc.Unsafe methods without trigguring a spam of JVM warnings.
  • SystemAllocator - A singleton allocator for aligned native memory.

License

MIT

About

A true primitive collocations library for Java 8+ backed by manual native memory management.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors