Simple changes to BaseState API to make some methods much more clear.

Unfortunately,
these few changes rippled through the code making it
look worse than it really is.
33 files changed
tree: af31d880b4a0d83363b330fddd199fd0990cb359
  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