File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626| ** [ FastImageView] ( https://github.com/andrestubbe/fastimageview ) ** | Graphics | ** 10×** | 200ms startup vs 2s Swing |
2727| ** [ FastFileIndex] ( https://github.com/andrestubbe/FastFileIndex ) ** | Filesystem | ** 8×** | 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
You can’t perform that action at this time.
0 commit comments