Wojciech Tyczynski
|
53bc644168
|
client: regenerate code to unmarshal key response
Regenerate code for unmarshaling key response with a new version of
ugorji/go/codec.
|
2015-11-19 13:26:19 -08:00 |
|
Wojciech Tyczynski
|
0169fec873
|
client: regenerate code to unmarshal key response
Regenerate code for unmarshaling key response with a new version of
ugorji/go/codec
|
2015-10-15 15:24:21 -07:00 |
|
Yicheng Qin
|
3ceb5dd270
|
client: add Nodes to codecgen and regenerate
|
2015-10-15 15:19:58 -07:00 |
|
Yicheng Qin
|
7083828ae3
|
Godeps: import github.com/ugorji/go/codec
|
2015-08-16 18:13:44 -07:00 |
|
Yicheng Qin
|
a364af72af
|
client: use ugorij/go/codec to unmarshal key response
This change speeds up response unmarshal ~2x:
```
BenchmarkSmallResponseUnmarshal 20000 75243 ns/op
BenchmarkManySmallResponseUnmarshal 200 6629661 ns/op
BenchmarkMediumResponseUnmarshal 1000 1359041 ns/op
BenchmarkLargeResponseUnmarshal 20 61600978 ns/op
```
|
2015-08-16 18:08:54 -07:00 |
|