You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note**: Ruby2html templates were initially 3.21x slower than Phlex (115 i/s). After optimizations, they're now only **1.41x slower** (205 i/s) - a **78% improvement**!
321
323
324
+
#### Ruby 3.3.4 +YJIT
325
+
326
+
```
327
+
Slim: 431.5 i/s - fastest
328
+
ERB: 414.0 i/s - same-ish
329
+
Phlex: 328.9 i/s - 1.31x slower
330
+
Ruby2html templates: 125.0 i/s - 3.45x slower
331
+
Ruby2html components:123.2 i/s - 3.50x slower
332
+
```
333
+
334
+
**Performance varies by Ruby version.** Ruby 3.4.7 shows significantly better results due to improved YJIT optimizations.
0 commit comments