diff --git a/README.md b/README.md index f5abe0a..4de57cd 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Template engines being compared are: * [Enlive](https://github.com/cgrand/enlive) * [Clabango](https://github.com/danlarkin/clabango) * [Selmer](https://github.com/yogthos/Selmer) -* clj-pebble _(soon-to-be-released Clojure wrapper library around [Pebble](https://github.com/mbosecke/pebble))_ +* [clj-pebble](https://github.com/gered/clj-pebble) ## Data @@ -18,109 +18,109 @@ Times shown are in microseconds (µs) in the format "mean time / standard deviat
Template Engine | -Simple Data Injection | -Small List (50 items) | -Big List (1000 items) | -
---|---|---|---|
Template Engine | +Simple Data Injection | +Small List (50 items) | +Big List (1000 items) | +
str | -0.0897 / 0.0009 | -8.4822 / 0.1109 | -167.5538 / 1.5672 | -
Tinsel | -0.1832 / 0.0007 | -12.0418 / 0.1884 | -236.5161 / 1.3767 | -
Stencil (string) | -19.0593 / 0.1757 | -71.6874 / 0.5020 | -526.9889 / 7.2122 | -
Stencil (file) | -0.6663 / 0.0033 | -23.4976 / 0.1265 | -476.8262 / 2.1910 | -
mustache.clj (file) | -0.3394 / 0.0039 | -8.1361 / 0.0839 | -165.4727 / 1.2440 | -
Hiccup | -0.1598 / 0.0010 | -12.1548 / 0.0950 | -237.7211 / 1.0018 | -
Hiccup (type-hinted) | -0.1731 / 0.0010 | -12.8421 / 0.1939 | -247.7344 / 1.2166 | -
Enlive | -13.3319 / 0.0650 | -116.5084 / 0.9408 | -2141.3317 / 7.9543 | -
Clabango (string) | -207.5223 / 3.6133 | -844.5899 / 12.0383 | -9822.2863 / 40.4448 | -
Clabango (file) | -263.1341 / 5.0118 | -907.2633 / 14.9110 | -9996.2817 / 57.1756 | -
Selmer (string) | -22.8039 / 0.0753 | -107.4600 / 1.3940 | -1138.7408 / 10.4449 | -
Selmer (file) | -10.7812 / 0.0694 | -65.6449 / 0.5891 | -1108.8427 / 8.1423 | -
clj-pebble (string) | -4.9072 / 0.0668 | -26.7018 / 0.2296 | -442.8252 / 1.9989 | -
clj-pebble (file) | -4.8032 / 0.0368 | -26.8360 / 0.4538 | -446.6798 / 2.2262 | -
str | +0.0887 / 0.0010 | +8.5493 / 0.0921 | +188.9816 / 24.2857 | +
Tinsel | +0.1835 / 0.0010 | +12.1433 / 0.0712 | +238.9615 / 2.3069 | +
Stencil (string) | +18.2637 / 0.0944 | +71.9232 / 0.7373 | +527.0062 / 2.6310 | +
Stencil (file) | +0.6550 / 0.0021 | +23.4530 / 0.0961 | +478.5369 / 3.1301 | +
mustache.clj | +0.3373 / 0.0028 | +8.2423 / 0.1148 | +167.3133 / 0.7366 | +
Hiccup | +0.1632 / 0.0016 | +12.0269 / 0.1069 | +236.0784 / 0.5189 | +
Hiccup (type-hinted) | +0.1730 / 0.0013 | +12.9494 / 0.0837 | +252.9637 / 2.9224 | +
Enlive | +13.6911 / 0.1515 | +116.9049 / 1.2055 | +2130.2041 / 8.6054 | +
Clabango (string) | +210.0403 / 4.0629 | +819.6462 / 9.1964 | +9434.1045 / 102.2924 | +
Clabango (file) | +263.1698 / 2.6355 | +891.2824 / 11.2746 | +9562.9530 / 110.1058 | +
Selmer (string) | +22.7604 / 0.1545 | +105.2653 / 0.6792 | +1129.9113 / 7.6378 | +
Selmer (file) | +10.6799 / 0.1022 | +64.3357 / 0.1904 | +1075.8512 / 6.1394 | +
clj-pebble (string) | +2.7430 / 0.0150 | +24.3148 / 0.1917 | +436.8095 / 5.2781 | +
clj-pebble (file) | +2.7475 / 0.0231 | +24.4161 / 0.1602 | +440.0397 / 2.1993 | +