fasttemplate:用于Go的简单快速的模板引擎

时间:2024-02-25 08:02:17
【文件属性】:

文件名称:fasttemplate:用于Go的简单快速的模板引擎

文件大小:16KB

文件格式:ZIP

更新时间:2024-02-25 08:02:17

go fast golang template placeholder

快速模板 Go的简单快速模板引擎。 Fasttemplate仅执行一项任务-用用户定义的值替换模板占位符。 高速:) 如果您需要快速但功能强大的html模板引擎,请查看 。 请注意,与一样,fasttemplate不会对模板值进行任何转义。 因此,在将值传递给fasttemplate之前,必须对其进行正确的转义。 在占位符替换上, 比 , , 和。 以下是基准测试结果,将fasttemplate性能与text / template,string.Replace,strings.Replacer和fmt.Fprintf进行了比较: $ go test -bench=. -bench


【文件预览】:
fasttemplate-master
----unsafe_gae.go(170B)
----vendor()
--------github.com()
--------modules.txt(77B)
----template_timing_test.go(8KB)
----example_test.go(2KB)
----LICENSE(1KB)
----unsafe.go(375B)
----template.go(13KB)
----go.sum(185B)
----template_test.go(13KB)
----README.md(3KB)
----go.mod(98B)

网友评论