Skip to content

Commit 3d7b2c8

Browse files
author
FastJava Team
committed
Ecosystem update: Added FastDisplay, FastGhostMouse — 29 released modules
1 parent da2dbbb commit 3d7b2c8

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

MAP.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
| **FastRobot** | ✅ Stable | DirectX, SendInput | Automation & screen capture | [](https://github.com/andrestubbe/FastRobot) |
2323
| **FastDisplay** | 🔧 Beta | Win32, DWM | Native DPI/resolution/refresh-rate monitoring | [](https://github.com/andrestubbe/FastDisplay) |
2424
| **FastGhostMouse** | 🔧 Beta | DirectComposition, D2D | 120Hz GPU secondary mouse overlay | [](https://github.com/andrestubbe/FastGhostMouse) |
25-
| **FastAI** | 🔧 Beta | REST API | Unified LLM client (Ollama, OpenAI, Claude) | [](https://github.com/andrestubbe/FastAI) |
2625
| **FastFloat** | ✅ Stable | SIMD, AVX2 | Float/double parsing (5-12×) | [](https://github.com/andrestubbe/FastFloat) |
2726
| **FastString** | ✅ Stable | SIMD, UTF-8 | String ops (10-100×) | [](https://github.com/andrestubbe/FastString) |
2827
| **FastBytes** | ✅ Stable | SIMD, AVX2 | Byte operations (2-50×) | [](https://github.com/andrestubbe/FastBytes) |
@@ -150,11 +149,11 @@
150149

151150
## 📊 Stats
152151

153-
- **Released:** 23 modules
152+
- **Released:** 22 modules
154153
- **Beta/Private:** 3 modules
155154
- **In Development:** 7 modules
156155
- **Planned:** 32 modules
157-
- **Total:** 65 modules
156+
- **Total:** 64 modules
158157

159158
---
160159

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
| **[FastRobot](https://github.com/andrestubbe/fastrobot)** | Automation | **10-17×** | DirectX capture vs AWT Robot |
2121
| **[FastDisplay](https://github.com/andrestubbe/FastDisplay)** | Display | **Instant** | Native DPI/resolution/refresh-rate monitoring |
2222
| **[FastGhostMouse](https://github.com/andrestubbe/FastGhostMouse)** | Overlay | **120Hz GPU** | Secondary mouse overlay — DirectComposition |
23-
| **[FastAI](https://github.com/andrestubbe/FastAI)** | AI | **5min setup** | Unified LLM client — Ollama, OpenAI, Claude |
2423
| **[FastImage](https://github.com/andrestubbe/fastimage)** | Graphics | **10-50×** | SIMD resize/blur vs BufferedImage |
2524
| **[FastIO](https://github.com/andrestubbe/fastio)** | System | **5-20×** | Memory-mapped vs java.nio |
2625
| **[FastMath](https://github.com/andrestubbe/fastmath)** | Math | **3-8×** | JNI SIMD + OpenCL GPU vs java.lang.Math |
@@ -248,7 +247,7 @@ FastJava exists because truth shows up in microseconds, not in slogans.
248247

249248
**[ALPHA]** — APIs may change. Not production-ready yet.
250249

251-
-**30 Released** — Available now on GitHub & JitPack
250+
-**29 Released** — Available now on GitHub & JitPack
252251
- 🚧 **14 Coming Soon** — Audio, Vision, AI, Advanced System (2026-2027)
253252
- 🔄 **37 Planned** — Full 78-module pipeline
254253
- ✅ Windows fully supported — Linux/macOS in progress

0 commit comments

Comments
 (0)