Skip to content

Commit 3575a5b

Browse files
author
FastJava Team
committed
docs: update FastFileSystem in FastJava ecosystem table to 0.1.0
1 parent 4d8cd33 commit 3575a5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ A unified directory of all FastJava modules. Categorized by functional domain, i
9292
| **[FastFileIndex](https://github.com/andrestubbe/FastFileIndex)** | **** | Native mmap scan vs Files.walk() | mmap, scan | Alpha | `v0.1.1` |
9393
| **[FastFileSearch](https://github.com/andrestubbe/FastFileSearch)** | **100-1000×** | Indexed trie vs linear search | Prefix trie | Alpha | `v0.1.0` |
9494
| **[FastFileWatch](https://github.com/andrestubbe/FastFileWatch)** | **10-100×** | USN Journal vs WatchService | USN Journal | Alpha | `v0.1.0` |
95-
| FastFileSystem | | Index + Search + Watch in one API | Unified API | TODO | |
95+
| **[FastFileSystem](https://github.com/andrestubbe/FastFileSystem)** | **8-15×** | Index + Search + Watch in one API | Unified API | Alpha | `v0.1.0` |
9696
| **[FastFileScrape](https://github.com/andrestubbe/FastFileScrape)** | **5–10×** | Native file scraping vs Java IO | Tree + Content | Alpha | `v1.0-SNAPSHOT` |
9797
| **[FastFileContentIndex](https://github.com/andrestubbe/FastFileContentIndex)** | **** | High-speed 3-gram bloom filter & in-file text index | SIMD, Bloom | Alpha | `v0.1.1` |
9898
| **[FastIO](https://github.com/andrestubbe/fastio)** | **2.5-11×** | AVX2 Search, DMA Copy, mmap | AVX2, DMA | Alpha | `v0.1.1` |

0 commit comments

Comments
 (0)