Skip to content

Commit 419f870

Browse files
author
FastJava Team
committed
Auto Update
1 parent a7e37b4 commit 419f870

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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)** | **** | 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)** | **** | 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 |

0 commit comments

Comments
 (0)