canonifyurls in srcset
authorbep <bjorn.erik.pedersen@gmail.com>
Sun, 3 May 2015 17:54:17 +0000 (19:54 +0200)
committerbep <bjorn.erik.pedersen@gmail.com>
Sun, 3 May 2015 17:54:23 +0000 (19:54 +0200)
commitbee6a69846f476013e78c32d55f6c508ed8f1a99
tree848ec15f48bce9f7f3ed1c093a92ca23fea3edaa
parentbe6482603ee8ac3516ae19ceebb35662f038b25e
canonifyurls in srcset

Speed is about the same as before, uses slightly less memory:

```
benchmark              old ns/op     new ns/op     delta
BenchmarkAbsURL        17302         17713         +2.38%
BenchmarkXMLAbsURL     9463          9470          +0.07%

benchmark              old allocs     new allocs     delta
BenchmarkAbsURL        28             24             -14.29%
BenchmarkXMLAbsURL     14             12             -14.29%

benchmark              old bytes     new bytes     delta
BenchmarkAbsURL        3422          3144          -8.12%
BenchmarkXMLAbsURL     1985          1864          -6.10%
```

Fixes #1059
transform/absurlreplacer.go
transform/chain_test.go