Skip to content

Commit b043db7

Browse files
committed
Update README.md
1 parent af5b6ae commit b043db7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# JavaSharedMemory [![Jitpack](https://www.jitpack.io/v/ShirasawaSama/JavaSharedMemory.svg)](https://www.jitpack.io/#ShirasawaSama/JavaSharedMemory)
22

3-
Shared memory between processes. (Java, C++, Rust, etc) Based on Java 19 [Foreign Function & Memory API](https://openjdk.org/jeps/434)
3+
Shared memory between processes. (Java, C++, Rust, etc.) Based on Java 19 [Foreign Function & Memory API](https://openjdk.org/jeps/434)
4+
5+
Support Windows *(CreateFileMapping)*, Linux and macOS *(mmap and shmget)*.
46

57
> **Note**
68
> Compared with standard input and output (anonymous pipes) on Windows, more than 2x performance improvement.
79
8-
> **Warning**
9-
> Currently only Windows is supported. Support for other platforms will be added later.
10-
1110
## Usage
1211

1312
### Java

0 commit comments

Comments
 (0)