Dev Ojha
1610a05cbd
Remove counter from every mempoolTx (#2891)
Within every tx in the mempool, we store a 64 bit counter, as an index for when it was inserted into the mempool. This counter doesn't really serve any purpose. It was likely added for debugging at one point, Removing the counter reclaims memory, which enables greater mempool sizes / mitigates resources at the same size. Closes #2835 |
6 years ago | |
---|---|---|
.. | ||
bench_test.go | clist: speedup Next by removing defers (#2511) | 6 years ago |
mempool.go | Remove counter from every mempoolTx (#2891) | 6 years ago |
mempool_test.go | mempool: add txs from Update to cache | 6 years ago |
metrics.go | Add additional metrics (#2500) | 6 years ago |
reactor.go | abci: localClient improvements & bugfixes & pubsub Unsubscribe issues (#2748) | 6 years ago |
reactor_test.go | abci: localClient improvements & bugfixes & pubsub Unsubscribe issues (#2748) | 6 years ago |
wire.go | Fix mempool | 7 years ago |