|
43 | 43 | | **[FastOCR](https://github.com/andrestubbe/FastOCR)** | Vision | **10× faster** | Tesseract4J slow → native WinRT OCR instant | |
44 | 44 | | **[FastAudioPlayer](https://github.com/andrestubbe/FastAudioPlayer)** | Audio | **❌ No WASAPI** | Java Sound API only — no low-latency audio | |
45 | 45 | | **[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 | |
46 | 49 |
|
47 | 50 | --- |
48 | 51 |
|
|
69 | 72 | |---------|---------|------|-------| |
70 | 73 | | **[FastGraphics](https://github.com/andrestubbe/fastgraphics)** | GPU-accelerated Graphics2D | DirectX, GPU | Alpha | |
71 | 74 | | **[FastImageView](https://github.com/andrestubbe/fastimageview)** | DirectX image viewer | DirectX | Alpha | |
| 75 | +| **[FastPreview](https://github.com/andrestubbe/fastpreview)** | Native content preview | PDFium, WebView2 | Alpha | |
72 | 76 | | FastOverlay | Game overlays | DirectX | TODO | |
73 | 77 | | FastTTS | Text-to-speech output | Piper/Cloud | TODO | |
74 | 78 |
|
|
79 | 83 | | **[FastGhostMouse](https://github.com/andrestubbe/FastGhostMouse)** | GPU secondary mouse overlay | DirectComposition, D2D | Alpha | |
80 | 84 | | **[FastDisplay](https://github.com/andrestubbe/FastDisplay)** | Display/DPI monitoring | Win32, DWM | Alpha | |
81 | 85 | | **[FastWindow](https://github.com/andrestubbe/FastWindow)** | Window management | Win32 API | Alpha | |
| 86 | +| **[FastUIA](https://github.com/andrestubbe/fastuia)** | UI Automation | Native UIA | Alpha | |
82 | 87 | | FastWindowHook | Window hooks | Win32 | TODO | |
83 | 88 | | **[FastNotification](https://github.com/andrestubbe/fastnotification)** | Native notifications | WinRT, Toast | Alpha | |
84 | | -| FastFileWatch | File notifications | ReadDirectoryChangesW | TODO | |
85 | 89 | | FastProcess | Process management | Win32 API | TODO | |
86 | 90 | | FastScheduler | Task scheduler | Priority queue | TODO | |
87 | 91 | | FastHardware | Global hardware telemetry | PDH/WMI | TODO | |
|
93 | 97 | | **[FastBytes](https://github.com/andrestubbe/fastbytes)** | Bulk byte ops | AVX2, SSE4 | Alpha | |
94 | 98 | | **[FastString](https://github.com/andrestubbe/faststring)** | UTF-8 string ops | SIMD, AVX2 | Alpha | |
95 | 99 | | **[FastJSON](https://github.com/andrestubbe/fastjson)** | Zero-copy JSON | SIMD parsing | Alpha | |
| 100 | +| **[FastTokenizer](https://github.com/andrestubbe/fasttokenizer)** | Code analysis | Deterministic | Alpha | |
96 | 101 | | FastHTML | HTML parser | SIMD | TODO | |
97 | 102 | | FastRegex | SIMD regex engine | AVX2 | TODO | |
98 | 103 | | FastCSV | CSV parser | SIMD | TODO | |
@@ -255,10 +260,6 @@ FastJava exists because truth shows up in microseconds, not in slogans. |
255 | 260 |
|
256 | 261 | --- |
257 | 262 |
|
258 | | -## 📜 License |
259 | | - |
260 | | -MIT License — See [LICENSE](LICENSE) |
261 | | - |
262 | 263 | --- |
263 | 264 |
|
264 | 265 | **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