hugo/tpl/tplimpl
Bjørn Erik Pedersen 9c24b86e4b Cache when not found in LookupLayout
Very visible when using the pprof mutex profiler.

```bash
name         old time/op    new time/op    delta
Baseline-10    58.4ms ± 1%    51.6ms ± 0%  -11.56%  (p=0.029 n=4+4)

name         old alloc/op   new alloc/op   delta
Baseline-10    64.3MB ± 0%    64.2MB ± 0%     ~     (p=0.114 n=4+4)

name         old allocs/op  new allocs/op  delta
Baseline-10      649k ± 0%      649k ± 0%     ~     (p=0.229 n=4+4)
```
2022-07-13 15:49:00 +02:00
..
embedded Fix indentation in highlight shortcode 2022-05-31 09:05:54 +02:00
integration_test.go
shortcodes.go
shortcodes_test.go
template.go Cache when not found in LookupLayout 2022-07-13 15:49:00 +02:00
template_ast_transformers.go Fix indentation in highlight shortcode 2022-05-31 09:05:54 +02:00
template_ast_transformers_test.go
template_errors.go
template_funcs.go
template_funcs_test.go
template_test.go
templateFuncster.go
templateProvider.go