@@ -68,6 +68,7 @@ A unified directory of all FastJava modules. Categorized by functional domain, i
6868| Module | Speed vs Java | Key Metrics | Tech | Status | Version |
6969| --------| ---------------| -------------| ------| --------| ---------|
7070| ** [ FastBytes] ( https://github.com/andrestubbe/fastbytes ) ** | ** 2-50×** | AVX2 bulk ops vs standard Java | SIMD, AVX2 | Alpha | ` v0.1.1 ` |
71+ | ** [ FastBinary] ( https://github.com/andrestubbe/FastBinary ) ** | ** —** | Zero-bloat bit-packing, VarInt & endianness | Zero-Alloc | Alpha | ` v0.1.0 ` |
7172| ** [ FastJSON] ( https://github.com/andrestubbe/fastjson ) ** | ** 50×** | 50× faster than Jackson/Gson | SIMD, Zero-GC| Alpha | ` v0.1.3 ` |
7273| ** [ FastString] ( https://github.com/andrestubbe/faststring ) ** | ** 10-100×** | UTF-8 ops vs Java String | SIMD, UTF-8 | Alpha | ` v0.1.1 ` |
7374| ** [ FastANSI] ( https://github.com/andrestubbe/FastANSI ) ** | ** 45-48×** | Zero-allocation ANSI state parser | State Machine | Alpha | ` v0.1.2 ` |
@@ -87,6 +88,8 @@ A unified directory of all FastJava modules. Categorized by functional domain, i
8788### 8. Filesystem
8889| Module | Speed vs Java | Key Metrics | Tech | Status | Version |
8990| --------| ---------------| -------------| ------| --------| ---------|
91+ | ** [ FastIO] ( https://github.com/andrestubbe/fastio ) ** | ** 2.5-11×** | AVX2 Search, DMA Copy, mmap | AVX2, DMA | Alpha | ` v0.1.1 ` |
92+ | ** [ FastFileFormat] ( https://github.com/andrestubbe/FastFileFormat ) ** | ** —** | Dual text/binary streaming format with aliases | Binary / Text | Alpha | ` v0.1.0 ` |
9093| ** [ FastFileIndex] ( https://github.com/andrestubbe/FastFileIndex ) ** | ** 8×** | Native mmap scan vs Files.walk() | mmap, scan | Alpha | ` v0.1.1 ` |
9194| ** [ FastFileWatch] ( https://github.com/andrestubbe/FastFileWatch ) ** | ** 10-100×** | USN Journal vs WatchService | USN Journal | Alpha | ` v0.1.0 ` |
9295| ** [ FastFileSearch] ( https://github.com/andrestubbe/FastFileSearch ) ** | ** 100-1000×** | Indexed trie vs linear search | Prefix trie | Alpha | ` v0.1.0 ` |
@@ -95,7 +98,6 @@ A unified directory of all FastJava modules. Categorized by functional domain, i
9598| ** [ FastGLOB] ( https://github.com/andrestubbe/FastGLOB ) ** | ** 13×** | Native Win32 globbing vs PathMatcher | Win32, C++ | Alpha | ` v0.1.0 ` |
9699| FastFileContentIndex | — | High-speed in-file text indexing | SIMD | TODO | — |
97100| ** [ FastCompress] ( https://github.com/andrestubbe/FastCompress ) ** | ** —** | Ultra-fast native compression | SIMD, AVX2 | Alpha | ` v0.1.1 ` |
98- | ** [ FastIO] ( https://github.com/andrestubbe/fastio ) ** | ** 2.5-11×** | AVX2 Search, DMA Copy, mmap | AVX2, DMA | Alpha | ` v0.1.1 ` |
99101
100102### 9. System
101103| Module | Speed vs Java | Key Metrics | Tech | Status | Version |
0 commit comments