hugo/resources
Bjørn Erik Pedersen a03c631c42
Rework template handling for function and map lookups
This is a big commit, but it deletes lots of code and simplifies a lot.

* Resolving the template funcs at execution time means we don't have to create template clones per site
* Having a custom map resolver means that we can remove the AST lower case transformation for the special lower case Params map

Not only is the above easier to reason about, it's also faster, especially if you have more than one language, as in the benchmark below:

```
name                          old time/op    new time/op    delta
SiteNew/Deep_content_tree-16    53.7ms ± 0%    48.1ms ± 2%  -10.38%  (p=0.029 n=4+4)

name                          old alloc/op   new alloc/op   delta
SiteNew/Deep_content_tree-16    41.0MB ± 0%    36.8MB ± 0%  -10.26%  (p=0.029 n=4+4)

name                          old allocs/op  new allocs/op  delta
SiteNew/Deep_content_tree-16      481k ± 0%      410k ± 0%  -14.66%  (p=0.029 n=4+4)
```

This should be even better if you also have lots of templates.

Closes #6594
2019-12-12 10:04:35 +01:00
..
images tpl/partials: Allow any key type in partialCached 2019-12-03 00:13:47 +01:00
internal tpl/partials: Allow any key type in partialCached 2019-12-03 00:13:47 +01:00
page Deprecate mmark 2019-11-25 20:14:20 +01:00
resource Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
resource_factories Fix concat with fingerprint regression 2019-09-05 19:59:49 +02:00
resource_transformers Rework template handling for function and map lookups 2019-12-12 10:04:35 +01:00
testdata resources/images: Allow to set background fill colour 2019-10-20 22:06:58 +02:00
image.go tpl/partials: Allow any key type in partialCached 2019-12-03 00:13:47 +01:00
image_cache.go resources/images: Make the image cache more robust 2019-11-25 18:59:06 +01:00
image_test.go resources/images: Add exception for new test image 2019-10-30 12:22:13 -06:00
resource.go Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
resource_cache.go Image resource refactor 2019-08-26 15:00:44 +02:00
resource_cache_test.go Improve the server assets cache invalidation logic 2019-08-13 18:09:46 +02:00
resource_metadata.go Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
resource_metadata_test.go Image resource refactor 2019-08-26 15:00:44 +02:00
resource_spec.go Cache processed images by their source path 2019-09-03 18:38:57 +02:00
resource_test.go Fix cache keys for bundled resoures in transform.Unmarshal 2019-09-12 20:58:06 +02:00
testhelpers_test.go Cache processed images by their source path 2019-09-03 18:38:57 +02:00
transform.go Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
transform_test.go Image resource refactor 2019-08-26 15:00:44 +02:00