@@ -59,7 +59,9 @@ A unified directory of all FastJava modules. Categorized by functional domain, i
5959### 6. Parsing
6060| Module | Speed vs Java | Key Metrics | Tech | Status |
6161| --------| ---------------| -------------| ------| --------|
62+ | ** [ FastANSI] ( https://github.com/andrestubbe/FastANSI ) ** | ** 45-48×** | Zero-allocation ANSI state parser | State Machine | Alpha |
6263| ** [ FastBytes] ( https://github.com/andrestubbe/fastbytes ) ** | ** 2-50×** | AVX2 bulk ops vs standard Java | SIMD, AVX2 | Alpha |
64+ | ** [ FastEmojis] ( https://github.com/andrestubbe/FastEmojis ) ** | ** 34-56×** | Zero-allocation Emoji width engine | East Asian Width | Alpha |
6365| ** [ FastJSON] ( https://github.com/andrestubbe/fastjson ) ** | ** 50×** | 50× faster than Jackson/Gson | SIMD, Zero-GC| Alpha |
6466| ** [ FastString] ( https://github.com/andrestubbe/faststring ) ** | ** 10-100×** | UTF-8 ops vs Java String | SIMD, UTF-8 | Alpha |
6567| ** [ FastTokenizer] ( https://github.com/andrestubbe/fasttokenizer ) ** | ** 10-25×** | O(n) SIMD scanner vs slow Regex | Deterministic| Alpha |
@@ -128,8 +130,9 @@ A unified directory of all FastJava modules. Categorized by functional domain, i
128130### 15. UI
129131| Module | Speed vs Java | Key Metrics | Tech | Status |
130132| --------| ---------------| -------------| ------| --------|
131- | ** [ FastTheme] ( https://github.com/andrestubbe/fasttheme ) ** | ** ❌ Java can't** | Native Windows theming | WinRT, DWM | Alpha |
132133| ** [ FastNotification] ( https://github.com/andrestubbe/fastnotification ) ** | ** ❌ Broken** | SystemTray broken → native WinRT | WinRT, Toast| Alpha |
134+ | ** [ FastTerminal] ( https://github.com/andrestubbe/FastTerminal ) ** | ** ❌ Java can't** | Double-buffered TUI blitting | Win32 console, JNI | Alpha |
135+ | ** [ FastTheme] ( https://github.com/andrestubbe/fasttheme ) ** | ** ❌ Java can't** | Native Windows theming | WinRT, DWM | Alpha |
133136
134137---
135138
@@ -198,9 +201,9 @@ FastJava exists because truth shows up in microseconds, not in slogans.
198201
199202** [ ALPHA] ** — APIs may change. Not production-ready yet.
200203
201- - ✅ ** 29 Released** — Available now on GitHub & JitPack
204+ - ✅ ** 32 Released** — Available now on GitHub & JitPack
202205- 🚧 ** 14 Coming Soon** — Audio, Vision, AI, Advanced System (2026-2027)
203- - 🔄 ** 37 Planned** — Full 78 -module pipeline
206+ - 🔄 ** 37 Planned** — Full 81 -module pipeline
204207- ✅ Windows fully supported — Linux/macOS in progress
205208
206209---
0 commit comments