hugo/tpl
Bjørn Erik Pedersen 4d8bfa7f1c
tpl: Use xxHash instead of MD5 to hash the deferred templates
Motivation is performance. These templates are typically very small, so the win is minor, I guess.
2024-07-17 12:51:49 +02:00
..
cast
collections
compare
crypto Add hash.XxHash 2024-07-06 14:08:15 +02:00
css Add css.TailwindCSS 2024-06-25 15:48:02 +02:00
data
debug tpl/debug: Fix reset of debug timers when running the server 2024-06-24 12:49:35 +02:00
diagrams
encoding
fmt Fix Erroridf/Warnidf mixed case issue 2024-06-22 19:01:56 +02:00
hash Add hash.XxHash 2024-07-06 14:08:15 +02:00
hugo
images
inflect
internal Clean up the css related template funcs package structure 2024-06-25 15:48:02 +02:00
js Clean up the css related template funcs package structure 2024-06-25 15:48:02 +02:00
lang
math
openapi
os
page
partials
path
reflect
resources Clean up the css related template funcs package structure 2024-06-25 15:48:02 +02:00
safe
site
strings
templates Throw error if resources.PostProcess is used in a deferred template 2024-07-17 12:47:25 +02:00
time
tplimpl tpl: Use xxHash instead of MD5 to hash the deferred templates 2024-07-17 12:51:49 +02:00
transform
urls
template.go Implement defer 2024-06-23 11:25:47 +02:00
template_info.go
template_test.go