Update LICENSE file.
8 files changed
tree: 4eefabeb6064bcfa17ccbe20be8067856a98dcba
  1. scripts/
  2. src/
  3. tools/
  4. .gitignore
  5. .travis.yml
  6. DISCLAIMER
  7. LICENSE
  8. NOTICE
  9. pom.xml
  10. 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 Documentation

Memory JavaDocs

Latest Release

Comments

Building