High Performance Haml Implementation
https://github.com/k0kubun/hamlit
Fast rendering
Hamlit's rendering is 8.47x times faster than original haml.
hamlit: 133922.9 i/s
erubis: 123464.1 i/s - 1.08x slower
slim: 110404.3 i/s - 1.21x slower
faml: 92009.3 i/s - 1.46x slower
haml: 15810.4 i/s - 8.47x slower
This benchmark is the same as slim-template/slim's one for fairness. (The result on travis CI)
开起来还不错的样子