Hacker News new | ask | show | jobs
by chakkepolja 1541 days ago
This is apparently focused on efficiently accessing off-heap memory. In Jni lot of things require copies. Only JNI API that's reliably copy-free is ByteBuffer API.