Skip to content

Commit a5fd783

Browse files
author
FastJava Team
committed
Add FastImage Beta v1.0.0 to README and MAP - SIMD image processing module
1 parent de0f33b commit a5fd783

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

MAP.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ Complete page structure for `/docs`:
354354
| Module | Dependencies |
355355
|-------|-------------|
356356
| FastIO | FastCore |
357+
| FastImage | FastCore |
357358
| FastMemoryScan | FastProcess |
358359
| FastGPUCopy | FastCore |
359360
| FastIPC | FastCore |
@@ -414,6 +415,7 @@ Complete page structure for `/docs`:
414415
| FastRobot | 10/10 | FastCore | ✅ Expanding |
415416
| FastGraphics | 10/10 | FastCore | 🔄 Completing |
416417
| FastTheme | 9/10 | FastWindow | ✅ Released v1.2.0 |
418+
| FastImage | 8/10 | FastCore | 🚧 Beta v1.0.0 |
417419
| FastScreen | 9/10 | FastGraphics | 📝 Extract from FastRobot |
418420

419421
### 🎯 Deliverables 2026

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
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 |
2929
| **[FastTouch](https://github.com/andrestubbe/fasttouch)** | Native multi-touch input | **Impossible** in pure Java | ✅ Released v1.1.0 |
30+
| **[FastImage](https://github.com/andrestubbe/fastimage)** | SIMD image processing | **10-50× faster** than BufferedImage | 🚧 Beta v1.0.0 |
3031
| **[FastIO](https://github.com/andrestubbe/fastio)** | Ultra-fast file I/O & parsing | **5-20× faster** than NIO | 🚧 Beta |
3132
| **[FastGraphics](https://github.com/andrestubbe/fastgraphics)** | GPU-accelerated 2D rendering | **600% faster** than Graphics2D | 🚧 Beta |
3233
| **[FastMath](https://github.com/andrestubbe/fastmath)** | SIMD + GPU accelerated math | **2–100× faster** | 🚧 Growing |

0 commit comments

Comments
 (0)