diff --git a/README.md b/README.md index 0f2d9e4..724b498 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,46 @@ # clojure-template-benchmarks -A Clojure library designed to ... well, that part is up to you. +I decided to do some decent Clojure templating benchmarks: -## Usage +Template Engines tested: +str +hiccup +clabango (string literals) +clabango (from filesystem) -FIXME +Test cases: +simple data injection +small list (50 items) generation +big list (1000 items) generation -## License + -Copyright © 2013 FIXME + + + + + + + + + + + + + + + + + + -Distributed under the Eclipse Public License, the same as Clojure. +
Template EngineSimple Data InjectionSmall ListBig List
str
hiccup
clabango (string)
clabango (files)
+str + +hiccup + +clabango string literals + +clabango from filesystem + +Copyright © 2013 bitemyapp