Update POM to 1.2.0-incubating-SNAPSHOT
1 file changed
tree: 357a52436da88f53ad8c7f2d9390d53f71b9ee52
  1. src/
  2. tools/
  3. .gitignore
  4. .travis.yml
  5. DISCLAIMER
  6. LICENSE
  7. NOTICE
  8. pom.xml
  9. README.md
README.md

Build Status Maven Central Language grade: Java Total alerts Coverage Status

=================

DataSketches Memory

The goal of this package is to provide high performance access to native memory for primitives and primitive arrays. It also provides consistent views into heap-based arrays, Java ByteBuffers and memory mapped files. This package is general purpose, has minimal external runtime dependencies and can be used in any application that needs to manage data structures outside the Java heap.

DataSketches Library Website

Memory Package Overview Documentation

Memory Package Performance

Memory JavaDocs

Latest Release

Comments

Note: This package can only be compiled using Java 1.8.