File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,13 +82,14 @@ A unified directory of all FastJava modules. Categorized by functional domain, i
8282| FastSIMD | — | SIMD operations framework | AVX2/512 | TODO |
8383
8484### 8. Filesystem
85- | Module | Speed vs Java | Key Metrics | Tech | Status |
86- | --------| ---------------| -------------| ------| --------|
87- | ** [ FastFileIndex] ( https://github.com/andrestubbe/FastFileIndex ) ** | ** 8×** | Native mmap scan vs Files.walk() | mmap, scan | Alpha |
85+ | Module | Speed vs Java | Key Metrics | Tech | Status |
86+ | --------------------------------------------------------------------------------- | ---------------| -------------| ------| --------|
87+ | ** [ FastFileIndex] ( https://github.com/andrestubbe/FastFileIndex ) ** | ** 8×** | Native mmap scan vs Files.walk() | mmap, scan | Alpha |
8888| ** [ FastFileContentIndex] ( https://github.com/andrestubbe/FastFileContentIndex ) ** | ** —** | High-speed in-file text indexing | SIMD | Alpha |
89- | ** [ FastFileWatch] ( https://github.com/andrestubbe/FastFileWatch ) ** | ** 10-100×** | USN Journal vs WatchService | USN Journal | Alpha |
90- | ** [ FastFileSearch] ( https://github.com/andrestubbe/FastFileSearch ) ** | ** 100-1000×** | Indexed trie vs linear search | Prefix trie | Alpha |
91- | ** [ FastFileSystem] ( https://github.com/andrestubbe/FastFileSystem ) ** | ** Unified** | Index + Search + Watch in one API | Unified API | Alpha |
89+ | ** [ FastFileWatch] ( https://github.com/andrestubbe/FastFileWatch ) ** | ** 10-100×** | USN Journal vs WatchService | USN Journal | Alpha |
90+ | ** [ FastFileSearch] ( https://github.com/andrestubbe/FastFileSearch ) ** | ** 100-1000×** | Indexed trie vs linear search | Prefix trie | Alpha |
91+ | ** [ FastFileScrape] ( https://github.com/andrestubbe/FastFileScrape ) ** | ** 5–10×** | Native file scraping vs Java IO | Tree + Content | Alpha |
92+ | ** [ FastFileSystem] ( https://github.com/andrestubbe/FastFileSystem ) ** | ** Unified** | Index + Search + Watch in one API | Unified API | Alpha |
9293
9394### 9. System
9495| Module | Speed vs Java | Key Metrics | Tech | Status |
You can’t perform that action at this time.
0 commit comments