JavaScript benchmarks

Not sure I buy the actual templating idea, but the benchmarks are interesting.

JavaScript templating system – Display HTML blazingly fastAJAX applications are everywhere, and one of the key issues is the speed of rendering HTML. Using innerHTML is not recommended, but DOM can be slow. This JS template system lets you render HTML much faster than standard DOM, while keeping its flexibility.

(Via digg.)

No comments yet

Leave a comment