unsafe-memcpy-for-java/README.md

7 lines
195 B
Markdown
Raw Normal View History

2024-04-10 19:57:21 -07:00
### Unsafe Memcpy for Java
Fast JNI library to copy arbitrary data from native code into and out of primitive arrays in Java.
You probably don't need this.
Compiling instructions coming later.