@@ -86,16 +86,16 @@ A unified directory of all FastJava modules. Categorized by functional domain, i
8686| FastSIMD | — | SIMD operations framework | AVX2/512 | TODO |
8787
8888### 8. Filesystem
89- | Module | Speed vs Java | Key Metrics | Tech | Status |
90- | ---------------------------------------------------------------------------------| ---------------| -------------| ------| --------|
91- | ** [ FastFileIndex] ( https://github.com/andrestubbe/FastFileIndex ) ** | ** 8×** | Native mmap scan vs Files.walk() | mmap, scan | Alpha |
92- | ** [ FastCompress] ( https://github.com/andrestubbe/FastCompress ) ** | ** —** | Ultra-fast native compression | Native | Alpha |
93- | FastFileContentIndex | — | High-speed in-file text indexing | SIMD | TODO |
94- | ** [ FastFileWatch] ( https://github.com/andrestubbe/FastFileWatch ) ** | ** 10-100×** | USN Journal vs WatchService | USN Journal | Alpha |
95- | ** [ FastFileSearch] ( https://github.com/andrestubbe/FastFileSearch ) ** | ** 100-1000×** | Indexed trie vs linear search | Prefix trie | Alpha |
89+ | Module | Speed vs Java | Key Metrics | Tech | Status |
90+ | --------| ---------------| -------------| ------| --------|
91+ | ** [ FastFileIndex] ( https://github.com/andrestubbe/FastFileIndex ) ** | ** 8×** | Native mmap scan vs Files.walk() | mmap, scan | Alpha |
92+ | ** [ FastFileWatch] ( https://github.com/andrestubbe/FastFileWatch ) ** | ** 10-100×** | USN Journal vs WatchService | USN Journal | Alpha |
93+ | ** [ FastFileSearch] ( https://github.com/andrestubbe/FastFileSearch ) ** | ** 100-1000×** | Indexed trie vs linear search | Prefix trie | Alpha |
94+ | FastFileSystem | — | Index + Search + Watch in one API | Unified API | TODO |
9695| ** [ FastFileScrape] ( https://github.com/andrestubbe/FastFileScrape ) ** | ** 5–10×** | Native file scraping vs Java IO | Tree + Content | Alpha |
9796| ** [ FastGLOB] ( https://github.com/andrestubbe/FastGLOB ) ** | ** 13×** | Native Win32 globbing vs PathMatcher | Win32, C++ | Alpha |
98- | FastFileSystem | — | Index + Search + Watch in one API | Unified API | TODO |
97+ | FastFileContentIndex | — | High-speed in-file text indexing | SIMD | TODO |
98+ | ** [ FastCompress] ( https://github.com/andrestubbe/FastCompress ) ** | ** —** | Ultra-fast native compression | Native | Alpha |
9999
100100### 9. System
101101| Module | Speed vs Java | Key Metrics | Tech | Status |
0 commit comments