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
Copy file name to clipboardExpand all lines: README.md
+20-7Lines changed: 20 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,17 +20,30 @@ given no performance difference between them.
20
20
### What is Hamlit?
21
21
Hamlit is another implementation of [Haml](https://github.com/haml/haml).
22
22
With some [Hamlit's characteristics](REFERENCE.md#hamlits-characteristics) for performance,
23
-
Hamlit is **1.94x times faster** than the original Haml 5 in [this benchmark](benchmark/run-benchmarks.rb),
23
+
Hamlit was 1.94x times faster than the original Haml 5 in [this benchmark](benchmark/run-benchmarks.rb),
24
24
which is an HTML-escaped version of [slim-template/slim's one](https://github.com/slim-template/slim/blob/4.1.0/benchmarks/run-benchmarks.rb) for fairness.
25
+
Recent benchmarks no longer show this difference in performance.
0 commit comments