File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 |
46+ | ** [ FastUIA] ( https://github.com/andrestubbe/fastuia ) ** | Automation | ** ❌ Java can't ** | Native UIA vs slow polling |
47+ | ** [ FastTokenizer] ( https://github.com/andrestubbe/fasttokenizer ) ** | Data | ** 10-25× ** | O(n) SIMD scanner vs slow Scanner/Regex |
48+ | ** [ FastPreview] ( https://github.com/andrestubbe/fastpreview ) ** | Graphics | ** ❌ Java can't ** | Native rasterization vs slow Swing/Batik |
4949
5050---
5151
You can’t perform that action at this time.
0 commit comments