bminer / node-blade

Blade - HTML Template Compiler, inspired by Jade & Haml
Other
320 stars 28 forks source link

Benchmarks vs Jade #196

Closed iamdustan closed 10 years ago

iamdustan commented 10 years ago

It would be great to see some benchmarks compared to Jade to at least give a sense of difference if there is any.

bminer commented 10 years ago

As a rule of thumb, Blade view compilation will be quite slow, but view renderings should be pretty darn fast.

When comparing to Jade, the view rendering performance should be about the same, but I'd bet that the Jade compiler is faster than Blade's.

Checkout issue #180 and https://github.com/bminer/node-blade/wiki/Benchmarks for more info.

Closing this issue for now.