全部搜索项
bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 源代码: golang-github-valyala-quicktemplate  ]

软件包:golang-github-valyala-quicktemplate-dev(1.6.3+ds-3)

golang-github-valyala-quicktemplate-dev 的相关链接

Screenshot

Debian 的资源:

下载源码包 golang-github-valyala-quicktemplate

维护小组:

外部的资源:

相似软件包:

fast, powerful, yet easy to use template engine for Go (lborary)

Optimized for speed, zero memory allocations in hot paths. Up to 20x faster than html/template.

Inspired by the Mako templates philosophy.

Features:

 * Extremely fast. Templates are converted into Go code and then compiled.
 * Quicktemplate syntax is very close to Go - there is no need to learn yet
   another template language before starting to use quicktemplate.
 * Almost all bugs are caught during template compilation, so production
   suffers less from template-related bugs.
 * Easy to use.
 * Powerful. Arbitrary Go code may be embedded into and mixed with templates.
   Be careful with this power - do not query the database and/or external
   resources from templates unless you miss the PHP way in Go :) This power
   is mostly for arbitrary data transformations.
 * Easy to use template inheritance powered by Go interfaces.
 * Templates are compiled into a single binary, so there is no need to copy
   template files to the server.

Drawbacks:

 * Templates cannot be updated on the fly on the server, since they are
   compiled into a single binary. Take a look at fasttemplate
   (https://github.com/valyala/fasttemplate) if you need a fast
   template engine for simple dynamically updated templates.

其他与 golang-github-valyala-quicktemplate-dev 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 golang-github-valyala-quicktemplate-dev

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
all 33.1 kB237.0 kB [文件列表]