Access and use shared memory from the host operating system in Java 11+ on a wide variety of operating systems. Extremely fast and efficient method of IPC (interprocess communication) between Java-to-Java processes or even Java-to-other processes written in different languages.
- Lightweight wrappers around shared memory APIs in an OS agnostic way
- Lightweight wrapper around OS synchronization primitives including conditions with lock and atomic variable implementations
- Native binding for Java are written in Rust
- Thorough unit tests along with automated testing across operating systems and versions
- Sophisticated
ShmemChannelwhich provides a socket-like interface for communicating between Java programs - Supports Java 11+ (could support earlier versions but this lib uses the new process id utilities added in Java 9)
