[ Источник: golang-github-valyala-quicktemplate ]
Пакет: golang-github-valyala-quicktemplate-dev (1.7.0+ds1-1)
Ссылки для golang-github-valyala-quicktemplate-dev
Ресурсы Debian:
- Сообщения об ошибках
- Developer Information
- Debian журнал изменений
- Файл авторских прав
- Отслеживание заплат Debian
Исходный код golang-github-valyala-quicktemplate:
- [golang-github-valyala-quicktemplate_1.7.0+ds1-1.dsc]
- [golang-github-valyala-quicktemplate_1.7.0+ds1.orig.tar.xz]
- [golang-github-valyala-quicktemplate_1.7.0+ds1-1.debian.tar.xz]
Сопровождающие:
Внешние ресурсы:
- Сайт [github.com]
Подобные пакеты:
fast, powerful, yet easy to use template engine for Go (library)
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
|
|
|
|
-
- dep: golang-github-valyala-bytebufferpool-dev
- Anti-memory-waste byte buffer pool for go
-
- dep: golang-github-valyala-fasthttp-dev
- fast HTTP library for Go
Загрузка golang-github-valyala-quicktemplate-dev
Архитектура | Размер пакета | В установленном виде | Файлы |
---|---|---|---|
all | 33,7 Кб | 239,0 Кб | [список файлов] |