quicktemplate
quicktemplate copied to clipboard
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
Escaping is intentionally not contextual. As the security section states the only supported automatic escaping is HTML-based ([link](https://github.com/valyala/quicktemplate#security)). This means that any use of this template that interpolates user-controlled data...
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.30.0 to 1.34.0. Release notes Sourced from github.com/valyala/fasthttp's releases. v1.34.0 59f94a3 Update github.com/klauspost/compress (#1237) (Mikhail Faraponov) 62c15a5 Don't reset RequestCtx.s (#1234) (Erik Dubbelboer) 7670c6e Fix windows tests...
hi,I want make it be a best sql template like this: step1: define a sql template text select * from table where name=#name @if age>0 { and age=#age or name=#name...
Do you know if anyone has started adding syntax highlighting support for various text editors? My personal interest is for Sublime Text.
I am using hero right now. I want to know what features are much better than hero? Performance is worse than hero I know it.
a tool to hot reload quick template https://github.com/jaikechen/jin
Hi, valyala! I have used the quicktemplate for a while, and it works great! But there is an issue that bothers me a lot; the language server would always ignore...
Is there a recommended way on how to write quicktemplate templates for multiple languages? Any hints to share on how this can/should be achived?
I use quicktemplate because I love the static type checking, and the blazing fast performance is a very pleasant side-effect. How much work it would be to create a full...
Is this bench comparison still valid? https://github.com/SlinSo/goTemplateBenchmark If yes, why Quicktemplate is NOT the faster?