kazuph / Ruby-Template-Engine-Benchmarks

A set of benchmarks to see which template engine is the fastest.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template Engine Benchmarks

This repository contains a set of very basic benchmarks to see which template engine was the fastest.
While I know some benchmarks aren’t very accurate (HAML has to parse much more) I tried to keep all templates as similar as possible.

Template Engines

  • Liquid
  • ERB
  • Etanni (ships with Ramaze)
  • Tenjin (with and without cache)
  • HAML (with and without :ugly)
  • Lokar

System

Computer: Macbook Pro 17" C2D 2.8Ghz 4GB DDR3 1066 Mhz
Ruby: ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.4.0]
OS: Mac OS X 10.6.4

About

A set of benchmarks to see which template engine is the fastest.


Languages

Language:Ruby 100.0%