Merge pull request #115 from apache/Resources

Fix getResources in the case of file paths with spaces.
tree: 8647b8a979baf1ef590bd0e1c43fd05282251296
  1. src/
  2. tools/
  3. .gitignore
  4. .travis.yml
  5. DISCLAIMER-WIP
  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 Component

The goal of this component of the library 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

Forum

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