fast JNI library to copy arbitrary data from native code into and out of primitive arrays in Java
Go to file
lax1dude 206f5a6c73
Merge pull request #1 from konekowo/add-macos-support
Add a native macOS arm64 build
2024-08-05 21:45:31 -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.dylib add built macos binary 2024-07-30 12:03:21 -04: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.