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 tpl: Pull in Go 1.18 patch that fixes the "no space in {{ continue }} and {{ break }}" bug 2022-03-16 13:14:23 +01:00
shortcodes.go media: Make Type comparable 2021-03-14 15:21:54 +01:00
shortcodes_test.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
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 all: gofmt -w -r 'interface{} -> any' . 2022-03-17 22:03:27 +01:00
template_errors.go Improve SASS errors 2022-05-15 20:25:25 +02:00
template_funcs.go all: gofmt -w -r 'interface{} -> any' . 2022-03-17 22:03:27 +01:00
template_funcs_test.go Add Markdown diagrams and render hooks for code blocks 2022-02-24 18:59:50 +01:00
template_test.go Fix base template handling with preceding comments 2020-01-30 23:44:42 +01:00
templateFuncster.go Rework template handling for function and map lookups 2019-12-12 10:04:35 +01:00
templateProvider.go tpl/tplimpl: Rework template management to get rid of concurrency issues 2020-01-22 09:39:49 +01:00