A quick comparison/ benchmark between Hogan, Dust, doT and underscore
Developed by Twitter (same team as Bootstrap), use exactly the same syntax as Mustache, but more performant and more stuff available server side.
My name is {{ name }}
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Display files sizes next to download links</title> | |
| </head> | |
| <body> | |
| <a href="001.html" class="fetchSize">First Trickshot</a> | |
| <a href="034.html" class="fetchSize">This Trickshot</a> | |
| <a href="ball.png" class="fetchSize">Ball.png</a> |
A quick comparison/ benchmark between Hogan, Dust, doT and underscore
Developed by Twitter (same team as Bootstrap), use exactly the same syntax as Mustache, but more performant and more stuff available server side.
My name is {{ name }}