fast JNI library to copy arbitrary data from native code into and out of primitive arrays in Java
Go to file
2024-04-19 22:48:35 -07:00
java/net/lax1dude/unsafememcpy add linux support 2024-04-19 22:48:35 -07:00
native add linux support 2024-04-19 22:48:35 -07:00
libUnsafeMemcpy.so add linux support 2024-04-19 22:48:35 -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 add linux support 2024-04-19 22:48:35 -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.