Files
hugo/helpers
Bjørn Erik Pedersen 4abaec5c04 Improve TotalWords counter func
It is obviously more efficient when we do not care about the actual words.

```
BenchmarkTotalWords-4            100000         18795 ns/op           0 B/op           0 allocs/op
BenchmarkTotalWordsOld-4          30000         46751 ns/op        6400 B/op           1 allocs/op
```
2016-09-14 10:50:56 +02:00
..
2016-09-14 10:50:56 +02:00
2016-08-30 00:34:48 +02:00
2016-06-25 17:57:05 -05:00
2016-09-08 17:18:11 +03:00
2016-09-06 23:20:59 +03:00
2016-09-12 20:59:03 +02:00
2016-09-11 20:00:38 +02:00
2016-02-06 13:09:52 +01:00