0.8.3 Nov 20, 2016: NativeMemory support for sliced ByteBuffers
leerho
released this
21 Nov 01:03
·
2536 commits
to master
since this release
- Thanks to a PR by Gian Merlino (@gianm), NativeMemory now supports sliced ByteBuffers, i.e., ByteBuffers with an internal offset that have been derived from another ByteBuffer.
- We have done (and will continue to do) a lot of refactoring to improve code quality. We also continue to tighten the rules specified by the code checkers found in the /tools directory.