Skip to content

Commit 1c4344a

Browse files
author
FastJava Team
committed
docs: link FastMemory and FastPointer in README.md
1 parent ba76f04 commit 1c4344a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ A unified directory of all FastJava modules. Categorized by functional domain, i
103103
| **[FastCore](https://github.com/andrestubbe/fastcore)** | **** | Cross-platform DLL loader | JNI Loader | Alpha | `v0.1.0` |
104104
| **[FastHardware](https://github.com/andrestubbe/FastHardware)** | **** | Global hardware telemetry | PDH/WMI | TODO | `v0.1.0` |
105105
| **[FastClipboard](https://github.com/andrestubbe/fastclipboard)** | **2-3×** | Native vs AWT, zero bugs | Win32 API | Alpha | `v0.1.0` |
106-
| FastMemory | | System/RAM access | Unsafe | TODO | |
107-
| FastPointer | | Native pointer operations | JNI | TODO | |
106+
| **[FastMemory](https://github.com/andrestubbe/FastMemory)** | **** | SIMD 32-byte aligned RAM & page locking | Unsafe, Win32 | Alpha | `v0.1.0` |
107+
| **[FastPointer](https://github.com/andrestubbe/FastPointer)** | **** | Zero-overhead native address arithmetic | JNI / Direct | Alpha | `v0.1.0` |
108108
| FastSharedMemory || Zero-copy IPC memory mapped files | Win32 IPC | TODO ||
109109
| FastSIMD || Hardware SIMD vectorization | AVX2, NEON | TODO ||
110110

0 commit comments

Comments
 (0)