Files
cosmos-sdk/store
ValarDragon f6cb4d4fb6 Speedup IAVL iterator by removing defers when unneeded.
Note each defer occurs a 30ish ns overhead here, which is significant
for IAVL iteration. We were previously using around 3-4 defers. (2 in
next, one in Valid, one in Key, one in Value) This slows down the entire
application quite significantly, as we require fast iteration.
2018-08-24 10:26:02 -07:00
..
2018-07-27 03:24:18 +02:00
2018-07-27 03:24:18 +02:00
2018-03-02 04:24:07 -05:00