Skip to content

boblail/liquid_handlebars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liquid Handlebars

A small framework for testing different templating engines in different situations.

Templates

Currently, I've implemented ERB, Liquid, and Handlebars.rb.

Results

With the most basic test, my initial set of results are:

                                user     system      total        real
erb:                        0.250000   0.000000   0.250000 (  0.254124)
liquid:                     0.690000   0.000000   0.690000 (  0.687987)
handlebars:                 0.480000   0.000000   0.480000 (  0.492988)
liquid (precompiled):       0.470000   0.000000   0.470000 (  0.464284)
handlebars (precompiled):   0.090000   0.000000   0.090000 (  0.096169)

Installing and Testing

git clone git://github.com/boblail/liquid_handlebars.git
cd liquid_handlebars
bundle install
rake test

About

Benchmarks that compare ERB, Liquid, and Handlebars.rb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages