[maven-release-plugin] copy for tag memory-0.11.0
[maven-release-plugin] prepare release memory-0.11.0
1 file changed
tree: c7664c13ba8dce50d6c0434e80445f661d0972bf
  1. .mvn/
  2. src/
  3. tools/
  4. .gitignore
  5. .travis.yml
  6. LICENSE.md
  7. pom.xml
  8. README.md
  9. README_building.md
README.md

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

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 no external 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