Improve memory efficiency of getting store keys This is done by removing repeated appends, which will create a new slice if theres insufficient capacity, and instead creating a key of the correct size, and then copying the data into it. |
||
|---|---|---|
| .. | ||
| client | ||
| keeper | ||
| querier | ||
| simulation | ||
| tags | ||
| types | ||
| app_test.go | ||
| genesis_test.go | ||
| genesis.go | ||
| handler_test.go | ||
| handler.go | ||
| stake.go | ||