Skip to content

Commit b3f3180

Browse files
author
FastJava Team
committed
docs: add FastGLOB v0.1.0 to ecosystem map, filesystem table, and update released stats
1 parent 419f870 commit b3f3180

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

MAP.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
@@ -48,6 +48,7 @@
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

@@ -169,7 +170,7 @@
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

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)