An open API service indexing awesome lists of open source software.

https://github.com/magneticflux-/jvm-shared-memory

Shared memory access in the JVM
https://github.com/magneticflux-/jvm-shared-memory

jna jvm native shared-memory

Last synced: 6 months ago
JSON representation

Shared memory access in the JVM

Awesome Lists containing this project

README

          

# jvm-shared-memory

Does what it says on the tin: JVM access to shared memory using JNA.

References:
* [Windows](https://docs.microsoft.com/en-us/windows/desktop/Memory/creating-named-shared-memory)
* [POSIX](http://man7.org/linux/man-pages/man3/shm_open.3.html)