-
-
Notifications
You must be signed in to change notification settings - Fork 103
Description
Hi
Just discovered Phlex through Ruby Weekly :D
It looks very interesting and reminds me a lot of (LuckyFramework)[https://luckyframework.org/guides/frontend/rendering-html] in Crystal. π and papercraft gem.
I was just wondering if there is a speed/performance comparison against Slim, Haml, Erb? I personally use Hamlit in my Ruby projects, which is an optimized version of Haml, a) I like Haml's syntax over ERB, b) Performance used to be significantly better over other engines, but now they are getting closer (latest versions of Hamlit, Haml & ERB are in the same ballpark, based Hamlit's benchmark (https://github.com/k0kubun/hamlit/tree/master/benchmark)
I didn't find anything through Google search or issues/repo here. Very possible, I'm just being blind π
Any pointers to any such comparisons, or benchmarks, would be appreciated.
Thanks