Skip to content

Commit e61109a

Browse files
author
FastJava Team
committed
Update README: add FastTokenizer, FastUIA, FastPreview; remove redundant FastFileWatch
1 parent e4d9d3c commit e61109a

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
| **[FastOCR](https://github.com/andrestubbe/FastOCR)** | Vision | **10× faster** | Tesseract4J slow → native WinRT OCR instant |
4444
| **[FastAudioPlayer](https://github.com/andrestubbe/FastAudioPlayer)** | Audio | **❌ No WASAPI** | Java Sound API only — no low-latency audio |
4545
| **[FastAudioCapture](https://github.com/andrestubbe/FastAudioCapture)** | Audio | **❌ No WASAPI** | Java Sound API only — no system audio capture |
46+
| **[FastUIA](https://github.com/andrestubbe/fastuia)** | Automation | **Real-time** | Direct UIA access vs slow polling |
47+
| **[FastTokenizer](https://github.com/andrestubbe/fasttokenizer)** | Data | **O(n)** | Deterministic code analysis, zero-dependency |
48+
| **[FastPreview](https://github.com/andrestubbe/fastpreview)** | Graphics | **Off-heap** | Native PDF/HTML/SVG rasterization |
4649

4750
---
4851

@@ -69,6 +72,7 @@
6972
|---------|---------|------|-------|
7073
| **[FastGraphics](https://github.com/andrestubbe/fastgraphics)** | GPU-accelerated Graphics2D | DirectX, GPU | Alpha |
7174
| **[FastImageView](https://github.com/andrestubbe/fastimageview)** | DirectX image viewer | DirectX | Alpha |
75+
| **[FastPreview](https://github.com/andrestubbe/fastpreview)** | Native content preview | PDFium, WebView2 | Alpha |
7276
| FastOverlay | Game overlays | DirectX | TODO |
7377
| FastTTS | Text-to-speech output | Piper/Cloud | TODO |
7478

@@ -79,9 +83,9 @@
7983
| **[FastGhostMouse](https://github.com/andrestubbe/FastGhostMouse)** | GPU secondary mouse overlay | DirectComposition, D2D | Alpha |
8084
| **[FastDisplay](https://github.com/andrestubbe/FastDisplay)** | Display/DPI monitoring | Win32, DWM | Alpha |
8185
| **[FastWindow](https://github.com/andrestubbe/FastWindow)** | Window management | Win32 API | Alpha |
86+
| **[FastUIA](https://github.com/andrestubbe/fastuia)** | UI Automation | Native UIA | Alpha |
8287
| FastWindowHook | Window hooks | Win32 | TODO |
8388
| **[FastNotification](https://github.com/andrestubbe/fastnotification)** | Native notifications | WinRT, Toast | Alpha |
84-
| FastFileWatch | File notifications | ReadDirectoryChangesW | TODO |
8589
| FastProcess | Process management | Win32 API | TODO |
8690
| FastScheduler | Task scheduler | Priority queue | TODO |
8791
| FastHardware | Global hardware telemetry | PDH/WMI | TODO |
@@ -93,6 +97,7 @@
9397
| **[FastBytes](https://github.com/andrestubbe/fastbytes)** | Bulk byte ops | AVX2, SSE4 | Alpha |
9498
| **[FastString](https://github.com/andrestubbe/faststring)** | UTF-8 string ops | SIMD, AVX2 | Alpha |
9599
| **[FastJSON](https://github.com/andrestubbe/fastjson)** | Zero-copy JSON | SIMD parsing | Alpha |
100+
| **[FastTokenizer](https://github.com/andrestubbe/fasttokenizer)** | Code analysis | Deterministic | Alpha |
96101
| FastHTML | HTML parser | SIMD | TODO |
97102
| FastRegex | SIMD regex engine | AVX2 | TODO |
98103
| FastCSV | CSV parser | SIMD | TODO |
@@ -255,10 +260,6 @@ FastJava exists because truth shows up in microseconds, not in slogans.
255260

256261
---
257262

258-
## 📜 License
259-
260-
MIT License — See [LICENSE](LICENSE)
261-
262263
---
263264

264265
**Keywords:** fast java, java native performance, java jni performance, fastest java libraries, java native acceleration, java windows api, java gpu acceleration, java simd acceleration, java optimization, high performance java

0 commit comments

Comments
 (0)