@@ -83,7 +83,6 @@ A unified directory of all FastJava modules. Categorized by functional domain, i
8383| --------| ---------------| -------------| ------| --------| ---------|
8484| ** [ FastFloat] ( https://github.com/andrestubbe/fastfloat ) ** | ** 5-12×** | SIMD parsing vs Float.parseFloat() | SIMD, AVX2 | Alpha | ` v0.1.0 ` |
8585| ** [ FastMath] ( https://github.com/andrestubbe/fastmath ) ** | ** 3-8×** | JNI SIMD + OpenCL GPU vs java.lang.Math| OpenCL, SIMD | Alpha | ` v0.1.0 ` |
86- | FastSIMD | — | SIMD operations framework | AVX2/512 | TODO | — |
8786
8887### 8. Filesystem
8988| Module | Speed vs Java | Key Metrics | Tech | Status | Version |
@@ -98,15 +97,16 @@ A unified directory of all FastJava modules. Categorized by functional domain, i
9897| ** [ FastCompress] ( https://github.com/andrestubbe/FastCompress ) ** | ** —** | Ultra-fast native compression | Native | Alpha | ` v0.1.0 ` |
9998
10099### 9. System
101- | Module | Speed vs Java | Key Metrics | Tech | Status | Version |
102- | ----------------------------------| ---------------| -------------| ------| --------| ---------|
103- | ** [ FastCore] ( https://github.com/andrestubbe/fastcore ) ** | ** —** | Cross-platform DLL loader | JNI Loader | Alpha | ` v0.1.0 ` |
104- | ** [ FastHardware] ( https://github.com/andrestubbe/FastHardware ) ** | — | Global hardware telemetry | PDH/WMI | TODO | ` v0.1.0 ` |
105- | ** [ FastIO] ( https://github.com/andrestubbe/fastio ) ** | ** 2.5-11×** | AVX2 Search, DMA Copy, mmap | AVX2, DMA | Alpha | ` v0.1.0 ` |
106- | ** [ FastClipboard] ( https://github.com/andrestubbe/fastclipboard ) ** | ** 2-3×** | Native vs AWT, zero bugs | Win32 API | Alpha | ` v0.1.0 ` |
107- | FastSharedMemory | ** —** | Zero-copy IPC memory mapped files | Win32 IPC | TODO | — |
108- | FastPointer | — | Native pointer operations | JNI | TODO | — |
109- | FastMemory | — | System/RAM access | Unsafe | TODO | — |
100+ | Module | Speed vs Java | Key Metrics | Tech | Status | Version |
101+ | --------| ---------------| -------------| ------| --------| ---------|
102+ | ** [ FastCore] ( https://github.com/andrestubbe/fastcore ) ** | ** —** | Cross-platform DLL loader | JNI Loader | Alpha | ` v0.1.0 ` |
103+ | ** [ FastHardware] ( https://github.com/andrestubbe/FastHardware ) ** | ** —** | Global hardware telemetry | PDH/WMI | TODO | ` v0.1.0 ` |
104+ | ** [ FastIO] ( https://github.com/andrestubbe/fastio ) ** | ** 2.5-11×** | AVX2 Search, DMA Copy, mmap | AVX2, DMA | Alpha | ` v0.1.0 ` |
105+ | ** [ 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 | — |
108+ | FastSharedMemory | — | Zero-copy IPC memory mapped files | Win32 IPC | TODO | — |
109+ | FastSIMD | — | Hardware SIMD vectorization | AVX2, NEON | TODO | — |
110110
111111### 10. Network
112112| Module | Speed vs Java | Key Metrics | Tech | Status | Version |
0 commit comments