Skip to content

Commit de0f33b

Browse files
author
FastJava Team
committed
Add FastCore v1.0.0 to released libraries, update statistics
1 parent b0f4c17 commit de0f33b

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

MAP.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ Complete page structure for `/docs`:
410410

411411
| Module | Impact | Dependencies | Status |
412412
|--------|--------|--------------|--------|
413-
| FastCore | 10/10 | 0 | 🔄 Stabilizing |
413+
| FastCore | 10/10 | 0 | ✅ Released v1.0.0 |
414414
| FastRobot | 10/10 | FastCore | ✅ Expanding |
415415
| FastGraphics | 10/10 | FastCore | 🔄 Completing |
416416
| FastTheme | 9/10 | FastWindow | ✅ Released v1.2.0 |
@@ -476,7 +476,7 @@ Complete page structure for `/docs`:
476476

477477
| Category | Count | Released | WIP | Concept |
478478
|----------|-------|----------|-----|---------|
479-
| **Core (Agent I/O)** | 7 | 2 (FastRobot, FastHotkey) | 0 | 5 |
479+
| **Core (Agent I/O)** | 7 | 3 (FastCore, FastRobot, FastHotkey) | 0 | 4 |
480480
| **System & Window** | 9 | 1 (FastTheme) | 0 | 8 |
481481
| **Display & Graphics** | 5 | 1 (FastClipboard) | 1 (FastGraphics) | 3 |
482482
| **Data & I/O** | 5 | 0 | 0 | 5 |
@@ -485,7 +485,7 @@ Complete page structure for `/docs`:
485485
| **Debugging & Testing** | 4 | 0 | 0 | 4 |
486486
| **AI & ML** | 9 | 0 | 0 | 9 |
487487
| **Platform** | 3 | 0 | 0 | 3 |
488-
| **Total** | **67** | **3** | **2** | **62** |
488+
| **Total** | **67** | **4** | **1** | **62** |
489489

490490
---
491491

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@
2121

2222
| Library | Purpose | Performance | Status |
2323
|---------|---------|-------------|--------|
24+
| **[FastCore](https://github.com/andrestubbe/fastcore)** | JNI loader & platform abstraction | **Required by all FastJava** | ✅ Released v1.0.0 |
2425
| **[FastClipboard](https://github.com/andrestubbe/fastclipboard)** | Native clipboard access | **2-3× faster** than AWT | ✅ Released |
2526
| **[FastRobot](https://github.com/andrestubbe/fastrobot)** | Screen capture & automation | **10-17× faster** than Robot | ✅ Released |
26-
| **[FastIO](https://github.com/andrestubbe/fastio)** | Ultra-fast file I/O & parsing | **5-20× faster** than NIO | 🚧 Beta |
2727
| **[FastHotkey](https://github.com/andrestubbe/fasthotkey)** | Global system-wide hotkeys | **Impossible** in pure Java | ✅ Released |
2828
| **[FastTheme](https://github.com/andrestubbe/fasttheme)** | Windows dark/light theme detection | **Impossible** in pure Java | ✅ Released v1.2.0 |
29-
| **[FastGraphics](https://github.com/andrestubbe/fastgraphics)** | GPU-accelerated 2D rendering | **600% faster** than Graphics2D | 🚧 Beta |
3029
| **[FastTouch](https://github.com/andrestubbe/fasttouch)** | Native multi-touch input | **Impossible** in pure Java | ✅ Released v1.1.0 |
30+
| **[FastIO](https://github.com/andrestubbe/fastio)** | Ultra-fast file I/O & parsing | **5-20× faster** than NIO | 🚧 Beta |
31+
| **[FastGraphics](https://github.com/andrestubbe/fastgraphics)** | GPU-accelerated 2D rendering | **600% faster** than Graphics2D | 🚧 Beta |
3132
| **[FastMath](https://github.com/andrestubbe/fastmath)** | SIMD + GPU accelerated math | **2–100× faster** | 🚧 Growing |
3233

3334
---

0 commit comments

Comments
 (0)