| Descriptionstrings: reduce allocation in byteStringReplacer.WriteString
Use WriteString instead of allocating a byte slice as a
buffer. This was a TODO.
benchmark               old ns/op    new ns/op    delta
BenchmarkWriteString        40139        19991  -50.20%
   Patch Set 1 #Patch Set 2 : diff -r 90c0d9c4a9ad https://code.google.com/p/go #Patch Set 3 : diff -r 90c0d9c4a9ad https://code.google.com/p/go #Patch Set 4 : diff -r 90c0d9c4a9ad https://code.google.com/p/go #Patch Set 5 : diff -r 90c0d9c4a9ad https://code.google.com/p/go #
      Total comments: 3
      
     Patch Set 6 : diff -r f39dff1bf0d4 https://code.google.com/p/go #MessagesTotal messages: 5 |