Skip to content

Commit 43ccd3e

Browse files
author
FastJava Team
committed
Update README2.md - highlight Java limitations with ❌ Java can't markers
1 parent bed7680 commit 43ccd3e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README2.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
| **FastClipboard** | System | **2-3×** | Native vs AWT, zero bugs |
2626
| **FastImageView** | Graphics | **10×** | 200ms startup vs 2s Swing |
2727
| FastCore | System || Cross-platform DLL loader |
28-
| FastHotkey | System | | Global hotkeys (impossible in pure Java) |
29-
| FastTouch | System | | Multi-touch pressure (no Java equivalent) |
30-
| FastStylus | System | | Pen tilt/eraser (no Java equivalent) |
31-
| FastTheme | UI | | Native theming (no Java equivalent) |
32-
| FastNotification | UI | | Native toasts vs SystemTray |
33-
| FastTween | Animation | | Zero-allocation, object pooling |
34-
| FastAnimation | Animation | | Built on FastTween engine |
28+
| FastHotkey | System | **❌ Java can't** | Global system-wide hotkeys impossible in pure Java |
29+
| FastTouch | System | **❌ Java can't** | Multi-touch pressure no Java API exists |
30+
| FastStylus | System | **❌ Java can't** | Pen tilt/eraser no Java API exists |
31+
| FastTheme | UI | **❌ Java can't** | Native Windows theming no Java API exists |
32+
| FastNotification | UI | **❌ Java can't** | Native toast notifications — SystemTray is broken |
33+
| FastTween | Animation | **Zero-GC** | 8 easing functions, object pooling |
34+
| FastAnimation | Animation | **⚡ Zero-GC** | Timeline orchestration on FastTween |
3535

3636
**Zero-GC.** **Zero-Copy.** **Native Speed.**
3737

0 commit comments

Comments
 (0)