Skip to content

Commit 38a57e1

Browse files
author
FastJava Team
committed
Auto Update
1 parent c4360a0 commit 38a57e1

2 files changed

Lines changed: 15 additions & 11 deletions

File tree

MAP.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -138,17 +138,17 @@
138138
│ FastMouse │ FastUIA │ FastOverlay │ FastBytes │
139139
│ FastKeyboard │ FastFileWatch │ FastPreview │ FastTokenizer │
140140
│ │ │ FastTerminal │ FastANSI │
141-
│ │ │ FastGPU │ FastEmojis │
141+
│ │ │ │ FastEmojis │
142142
└─────────────────┴──────────────────┴───────────────────┴────────────────────┘
143143
144-
┌─────────────────────────────────────────────────────────────┐
145-
│ AUDIO │ AI │ UTILS DEBUG │
146-
├─────────────────────────────────────────────────────────────┤
147-
│ FastAudio │ FastAI │ FastTween FastTest│
148-
│ FastTTS │ FastEmbedding │ FastAnim │ FastWatch│
149-
│ FastSTT │ FastVectorDB │ FastEventBus FastReplay
150-
│ FastOCR │ FastRAG │ FastSort │ FastTrace│
151-
└─────────────────────────────────────────────────────────────┘
144+
┌────────────────────────────────────────────────────────────────────────
145+
│ AUDIO │ AI │ COMPUTE │ UTILS │ DEBUG │
146+
├────────────────────────────────────────────────────────────────────────
147+
│ FastAudio │ FastAI │ FastGPU │ FastTween│ FastTest│
148+
│ FastTTS │ FastEmbedding │ FastAnim │FastWatch│
149+
│ FastSTT │ FastVectorDB │ FastEvent│FastRepla
150+
│ FastOCR │ FastRAG │ FastSort │FastTrace│
151+
└────────────────────────────────────────────────────────────────────────
152152
```
153153

154154
---
@@ -163,7 +163,7 @@
163163
├────────────────────────────────────────┤
164164
│ System Integration Layer │ FastCore, FastIO, FastTheme
165165
├────────────────────────────────────────┤
166-
│ Hardware Abstraction Layer │ JNI, SIMD, GPU
166+
│ Hardware Abstraction Layer │ JNI, SIMD, GPU Compute, Vulkan
167167
└────────────────────────────────────────┘
168168
```
169169

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ A unified directory of all FastJava modules. Categorized by functional domain, i
5252
| **[FastImage](https://github.com/andrestubbe/fastimage)** | **10-50×** | SIMD resize/blur vs BufferedImage | SIMD, AVX2 | Alpha |
5353
| **[FastImageView](https://github.com/andrestubbe/fastimageview)** | **10×** | 200ms startup vs 2s Swing | DirectX | Alpha |
5454
| **[FastGraphics](https://github.com/andrestubbe/fastgraphics)** | **600%** | GPU DirectX vs Java2D software | DirectX, GPU | Alpha |
55-
| **[FastGPU](https://github.com/andrestubbe/FastGPU)** | **100×** | Vulkan GPU Compute vs CPU | Vulkan | Alpha |
5655

5756
### 5. Audio
5857
| Module | Speed vs Java | Key Metrics | Tech | Status |
@@ -147,6 +146,11 @@ A unified directory of all FastJava modules. Categorized by functional domain, i
147146
| **[FastTerminal](https://github.com/andrestubbe/FastTerminal)** | **❌ Java can't** | Double-buffered TUI blitting | Win32 console, JNI | Alpha |
148147
| **[FastNotification](https://github.com/andrestubbe/fastnotification)** | **❌ Broken** | SystemTray broken → native WinRT | WinRT, Toast| Alpha |
149148

149+
### 16. Compute
150+
| Module | Speed vs Java | Key Metrics | Tech | Status |
151+
|--------|---------------|-------------|------|--------|
152+
| **[FastGPU](https://github.com/andrestubbe/FastGPU)** | **50–500×** | GPU Compute, SPIR-V, Vulkan Compute, Zero-Copy Buffers | Vulkan, SPIR-V, OpenCL | Alpha |
153+
150154
---
151155

152156
## 🎯 Philosophy

0 commit comments

Comments
 (0)