Skip to content

Commit 2b711b2

Browse files
author
FastJava Team
committed
docs: link FastSharedMemory in README.md
1 parent 5271ba0 commit 2b711b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ A unified directory of all FastJava modules. Categorized by functional domain, i
105105
| **[FastClipboard](https://github.com/andrestubbe/fastclipboard)** | **2-3×** | Native vs AWT, zero bugs | Win32 API | Alpha | `v0.1.0` |
106106
| **[FastMemory](https://github.com/andrestubbe/FastMemory)** | **** | SIMD 32-byte aligned RAM & page locking | Unsafe, Win32 | Alpha | `v0.1.0` |
107107
| **[FastPointer](https://github.com/andrestubbe/FastPointer)** | **** | Zero-overhead native address arithmetic | JNI / Direct | Alpha | `v0.1.0` |
108-
| FastSharedMemory | | Zero-copy IPC memory mapped files | Win32 IPC | TODO | |
108+
| **[FastSharedMemory](https://github.com/andrestubbe/FastSharedMemory)** | **** | Zero-copy IPC memory mapped files | Win32 IPC | Alpha | `v0.1.0` |
109109
| **[FastSIMD](https://github.com/andrestubbe/FastSIMD)** | **** | Hardware SIMD vectorization | AVX2, NEON | Alpha | `v0.1.0` |
110110

111111
### 10. Network

0 commit comments

Comments
 (0)