microtemplates.py.zip
microtemplates.py 是一个做着玩的 Python 模板引擎。 示例模板: {% each items %} {{it}} {% end %} {% each [1,2,3] %} {{it}} {% end %} 性能测试: microtemplates => run 1000 times, took 0.58 ms django => run 1000 times, took 1.39 ms jinja2 => run 1000 times, took 7.68 ms
下载地址
用户评论