hugo/helpers
bep 08219161dd Use buffer pool in StripHTML
Allocates less memory:

benchmark              old ns/op     new ns/op     delta
BenchmarkStripHTML     6572          6695          +1.87%

benchmark              old allocs     new allocs     delta
BenchmarkStripHTML     5              4              -20.00%

benchmark              old bytes     new bytes     delta
BenchmarkStripHTML     848           737           -13.09%

Compared to 0.12:

benchmark              old ns/op     new ns/op     delta
BenchmarkStripHTML     10210         6695          -34.43%

benchmark              old allocs     new allocs     delta
BenchmarkStripHTML     6              4              -33.33%

benchmark              old bytes     new bytes     delta
BenchmarkStripHTML     1456          737           -49.38%
2015-02-06 15:35:45 +01:00
..
content.go Use buffer pool in StripHTML 2015-02-06 15:35:45 +01:00
content_test.go Add benchmark test for StripHTML 2015-02-06 10:00:42 +01:00
general.go Add writable context to Node 2015-01-31 22:01:30 +01:00
general_test.go Add writable context to Node 2015-01-31 22:01:30 +01:00
path.go
path_test.go
pygments.go
url.go
url_test.go