Skip to content

Commit c9b8172

Browse files
author
FastJava Team
committed
Update Performance Dashboard: add explicit comparisons for FastUIA, FastTokenizer, FastPreview
1 parent 6e03319 commit c9b8172

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +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 |
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

0 commit comments

Comments
 (0)