mirror of
https://github.com/lax1dude/unsafe-memcpy-for-java.git
synced 2024-11-20 20:46:05 -08:00
fast JNI library to copy arbitrary data from native code into and out of primitive arrays in Java
206f5a6c73
Add a native macOS arm64 build |
||
---|---|---|
java/net/lax1dude/unsafememcpy | ||
native | ||
libUnsafeMemcpy.dylib | ||
libUnsafeMemcpy.so | ||
LICENSE | ||
README.md | ||
UnsafeMemcpy.dll | ||
UnsafeMemcpy.jar |
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.