Descriptionjson: speed up encoding, caching reflect calls
Before
json.BenchmarkCodeEncoder 10 181232100 ns/op 10.71 MB/s
json.BenchmarkCodeMarshal 10 184578000 ns/op 10.51 MB/s
After:
json.BenchmarkCodeEncoder 10 146444000 ns/op 13.25 MB/s
json.BenchmarkCodeMarshal 10 151428500 ns/op 12.81 MB/s
Patch Set 1 #Patch Set 2 : diff -r 4382717b7ffc https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 4382717b7ffc https://go.googlecode.com/hg/ #
Total comments: 4
Patch Set 4 : diff -r f754c9eb88cf https://go.googlecode.com/hg #Patch Set 5 : diff -r f754c9eb88cf https://go.googlecode.com/hg #MessagesTotal messages: 11
|