File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # 🗺️ FastJava Module Map
1+ # 🗺️ FastJava Module Map
22
33> ** 65 native modules** for Java — from Input to AI. Zero-GC. Zero-Copy. OS-level access.
44
4848| ** FastSpider** | 🔧 Alpha | NIO / Async | Asynchronous high-speed web crawler | [ →] ( https://github.com/andrestubbe/FastSpider ) |
4949| ** FastThumb** | 🔧 Alpha | Windows Shell | Native OS thumbnail extraction | [ →] ( https://github.com/andrestubbe/FastThumb ) |
5050| ** FastWakeWord** | 🔧 Alpha | Audio DSP | Always-on native wake-word detection | [ →] ( https://github.com/andrestubbe/FastWakeWord ) |
51+ | ** FastGLOB** | 🔧 Alpha | Win32, JNI | Native Win32 glob pattern matching (13× faster) | [ →] ( https://github.com/andrestubbe/FastGLOB ) |
5152
5253---
5354
169170
170171## 📊 Stats
171172
172- - ** Released (Alpha):** 31 modules
173+ - ** Released (Alpha):** 32 modules
173174- ** Beta/Private:** 0 modules
174175- ** Coming Soon:** 13 modules
175176- ** Planned:** 37 modules
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ A unified directory of all FastJava modules. Categorized by functional domain, i
8989| ** [ FastFileWatch] ( https://github.com/andrestubbe/FastFileWatch ) ** | ** 10-100×** | USN Journal vs WatchService | USN Journal | Alpha |
9090| ** [ FastFileSearch] ( https://github.com/andrestubbe/FastFileSearch ) ** | ** 100-1000×** | Indexed trie vs linear search | Prefix trie | Alpha |
9191| ** [ FastFileScrape] ( https://github.com/andrestubbe/FastFileScrape ) ** | ** 5–10×** | Native file scraping vs Java IO | Tree + Content | Alpha |
92+ | ** [ FastGLOB] ( https://github.com/andrestubbe/FastGLOB ) ** | ** 13×** | Native Win32 globbing vs PathMatcher | Win32, C++ | Alpha |
9293| ** [ FastFileSystem] ( https://github.com/andrestubbe/FastFileSystem ) ** | ** Unified** | Index + Search + Watch in one API | Unified API | Alpha |
9394
9495### 9. System
@@ -213,7 +214,7 @@ FastJava exists because truth shows up in microseconds, not in slogans.
213214
214215** [ ALPHA] ** — APIs may change. Not production-ready yet.
215216
216- - ✅ ** 31 Released** — Available now on GitHub & JitPack
217+ - ✅ ** 32 Released** — Available now on GitHub & JitPack
217218- 🚧 ** 13 Coming Soon** — Audio, Vision, AI, Advanced System (2026-2027)
218219- 🔄 ** 37 Planned** — Full 81-module pipeline
219220- ✅ Windows fully supported — Linux/macOS in progress
You can’t perform that action at this time.
0 commit comments