fast JNI library to copy arbitrary data from native code into and out of primitive arrays in Java
Go to file
2024-04-12 23:20:09 -07:00
java/net/lax1dude/unsafememcpy improvements 2024-04-12 23:20:09 -07:00
native improvements 2024-04-12 23:20:09 -07:00
LICENSE upload source 2024-04-10 19:57:21 -07:00
README.md upload source 2024-04-10 19:57:21 -07:00
UnsafeMemcpy.dll improvements 2024-04-12 23:20:09 -07:00
UnsafeMemcpy.jar improvements 2024-04-12 23:20:09 -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.