valyala/quicktemplate
Fast, powerful, yet easy to use template engine for Go. Optimized for speed, zero memory allocations in hot paths. Up to 20x faster than html/template observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3832
- days_rel: n/a
- days_push: 774
- n_releases_24m: 0
Adoption not part of the score
3326 stars · 145 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
quicktemplate is a fast template engine for Go that compiles templates into Go code, catching most errors at compile time. It claims up to 20x faster rendering than html/template with zero memory allocations in hot paths.
Use cases
- render html pages fast in go
- compile templates into a go binary
- avoid template runtime errors in production
- generate text output with zero allocations
- template inheritance in go
- replace html/template for performance
When to choose
- you need maximum template rendering speed in Go
- you want template errors caught at compile time
- templates can be baked into a single binary
- you want Go-like syntax instead of a new template language
When to avoid
- you need to update templates on the fly in production
- you want strict separation of logic and markup
- you need a simple dynamically reloaded template engine (use fasttemplate)
Facets
library · maturity stable
templating web-framework web-development backend developer-tools go windows cross-platform template-engine compiled-templates zero-allocation performance html-templates linux macos
1 source
- readme: https://github.com/valyala/quicktemplate · fetched 2026-08-28 · dceb39e7711d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| valyala/quicktemplate | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="valyala/quicktemplate")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem