各类JS模板引擎对比数据(高性能JavaScript模板引擎)

最近作了JS模板引擎测试,拿各个JS模板引擎在不一样浏览器上去运行同一程序,下面是模板引擎测试数据;经过测试artTemplatejuicerdoT引擎模板总体性能要有绝对优点;前端

js模板引擎

JavaScript 模板引擎做为数据与界面分离工做中最重要一环,愈来愈受开发者关注,从而出如今各大型网站 Twitter、淘宝网、新浪浪微博、腾讯QQ空间、腾讯微博等。那么他们各自性能怎么样?请看下面。
 

一般模板引擎

baiduTemplate(百度)\ artTemplate(腾讯)\ juicer(淘宝)\ doTtmplhandlebarseasyTemplateunderscoretemplate \  mustache \ kissytemplate
 

各模板测试数据

引擎渲染速度竞赛jquery

 

100 条数据 × 10000 次渲染测试 [isEscape:false, isCache:true]ios

ie8浏览器(8.0.6001.18702)git

chrome浏览器(版本 26.0.1410.64 m)程序员

chrome测试数据

Apple safari浏览器(5.1.7(7534.57.2))github

safari测试数

firefox浏览器(19.0.2)chrome

firefox测试数据

奇虎360浏览器(版本号6.1.0.356,内核版本:21.0.1180.89)浏览器

360测试数据

测试结果

js模板引擎对比数据

经过对各模板引擎测试结果,能够看出
artTemplate,juicer与doT引擎模板总体性能要有绝对优点;
其中doT引擎模板在IE与safari浏览器表现很是优越;
tmpl模板引擎在IE中运行能完美胜出,但在其它浏览器中表现就差不少;

延伸
经过对模板引擎的熟知,不一样浏览器渲染能力也不同;渲染快的打开网页速度就快;chrome与360浏览器打开速是最快的;ie浏览器的速度是最慢;性能

 

各个模板引擎下载地址

 

baiduTemplate:  http://baidufe.github.io/BaiduTemplate/测试

artTemplate: https://github.com/aui/artTemplate

juicer: http://juicer.name/https://github.com/PaulGuo/Juicer/zipball/master#download

doTdoT source:https://github.com/olado/doT   Docs:http://olado.github.com/doT/

tmplhttps://github.com/BorisMoore/jquery-tmpl

handlebars:http://handlebarsjs.com/或https://raw.github.com/wycats/handlebars.js/1.0.0-rc.4/dist/handlebars.js

easyTemplatehttps://github.com/qitupstudios/easyTemplate

underscoretemplate: http://documentcloud.github.io/underscore/

mustache:https://github.com/janl/mustache.js

kissytemplate:https://github.com/ktmud/kissy

 

相关引擎资料

 

浅析js模板引擎

高性能JavaScript模板引擎原理解析

在前端开发中应用JS模板引擎 -- 事半功倍!

 

转载自:http://blog.csdn.net/wuchengzhi82/article/details/8938122

 

程序员的基础教程:菜鸟程序员

相关文章
相关标签/搜索