hugo/helpers
Bjørn Erik Pedersen bcd434794a Avoid splitting words for summary
For people using autogenerated summaries, this is one of the hot spots in the memory department.

We don't need to split al the content into words to do proper summary truncation.

This is obviously more effective:

```
BenchmarkTestTruncateWordsToWholeSentence-4            300000          4720 ns/op           0 B/op           0 allocs/op
BenchmarkTestTruncateWordsToWholeSentenceOld-4         100000         17699 ns/op        3072 B/op           3 allocs/op
```
2016-09-14 10:50:55 +02:00
..
configProvider.go
content.go Avoid splitting words for summary 2016-09-14 10:50:55 +02:00
content_renderer.go
content_renderer_test.go
content_test.go Avoid splitting words for summary 2016-09-14 10:50:55 +02:00
emoji.go
emoji_test.go
general.go
general_test.go
hugo.go
hugo_test.go
language.go
path.go
path_test.go
pygments.go
pygments_test.go
url.go helpers: Improve the language prefix logic 2016-09-13 23:44:16 +02:00
url_test.go helpers: Avoid adding language prefix if already present 2016-09-13 21:37:27 +02:00