hugo/publisher
Bjørn Erik Pedersen d162bbd799
publisher: Fix memory usage in writeStats
```
name                     old time/op    new time/op    delta
ClassCollectorWriter-16    72.1µs ± 0%    32.3µs ± 0%  -55.17%  (p=0.029 n=4+4)

name                     old alloc/op   new alloc/op   delta
ClassCollectorWriter-16    85.9kB ± 0%    35.1kB ± 0%  -59.16%  (p=0.029 n=4+4)

name                     old allocs/op  new allocs/op  delta
ClassCollectorWriter-16       329 ± 0%       149 ± 0%  -54.71%  (p=0.029 n=4+4)
```

Fixes #7945
2020-11-27 09:13:16 +01:00
..
htmlElementsCollector.go publisher: Fix memory usage in writeStats 2020-11-27 09:13:16 +01:00
htmlElementsCollector_test.go publisher: Fix memory usage in writeStats 2020-11-27 09:13:16 +01:00
publisher.go Collect HTML elements during the build to use in PurgeCSS etc. 2020-04-09 22:57:26 +02:00