Skip to content

Commit 11f38a3

Browse files
author
FastJava Team
committed
Update FastFileWatch description and released module count
1 parent 1f8b285 commit 11f38a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
| **[FastImageView](https://github.com/andrestubbe/fastimageview)** | Graphics | **10×** | 200ms startup vs 2s Swing |
2727
| **[FastFileIndex](https://github.com/andrestubbe/FastFileIndex)** | Filesystem | **** | Native mmap scan vs Files.walk() |
2828
| **[FastFileSearch](https://github.com/andrestubbe/FastFileSearch)** | Filesystem | **100-1000×** | Indexed trie vs linear search |
29-
| **[FastFileWatch](https://github.com/andrestubbe/FastFileWatch)** | Filesystem | **❌ Java can't** | USN Journal instant events — no Java API |
29+
| **[FastFileWatch](https://github.com/andrestubbe/FastFileWatch)** | Filesystem | **10-100×** | USN Journal vs Java WatchService polling |
3030
| **[FastFileSystem](https://github.com/andrestubbe/FastFileSystem)** | Filesystem | **Unified** | Index + Search + Watch in one API |
3131
| [FastCore](https://github.com/andrestubbe/fastcore) | System || Cross-platform DLL loader |
3232
| [FastHotkey](https://github.com/andrestubbe/fasthotkey) | System | **❌ Java can't** | Global hotkeys — no Java API |
@@ -243,8 +243,8 @@ FastJava exists because truth shows up in microseconds, not in slogans.
243243

244244
**[ALPHA]** — APIs may change. Not production-ready yet.
245245

246-
-**23 Released** — Available now on GitHub & JitPack
247-
- 🚧 **18 Coming Soon** — Audio, Vision, AI, Advanced System (2026-2027)
246+
-**27 Released** — Available now on GitHub & JitPack
247+
- 🚧 **14 Coming Soon** — Audio, Vision, AI, Advanced System (2026-2027)
248248
- 🔄 **37 Planned** — Full 78-module pipeline
249249
- ✅ Windows fully supported — Linux/macOS in progress
250250

0 commit comments

Comments
 (0)