mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-12 05:50:06 +00:00
f00f4b5dff
* Lmdb internal objects reuse (built-in feature of lmdb): - lmdb read transactions pool - lmdb also support cursors reuse, but not implemented in this PR And kv abstraction objects reuse: - lmdbKV pool of all tx objects - boltKV pool of all tx objects - badgerKV pool of all tx objects * switch makefile back to bolt * switch makefile back to bolt * lmdb test run * switch makefile back to bolt * cursors pool * run lmdb tests * make kv objects pool global * switch makefile back to bolt * remove badgers GOMAXPROC setup, because our app tunned for sequential read/writes, not for random throughput * simplify code |
||
---|---|---|
.. | ||
abidump | ||
abigen | ||
bootnode | ||
checkpoint-admin | ||
clef | ||
devp2p | ||
ethkey | ||
evm | ||
geth | ||
hack | ||
p2psim | ||
pics | ||
prometheus | ||
puppeth | ||
restapi | ||
rlpdump | ||
rpcdaemon | ||
rpctest | ||
semantics | ||
state | ||
tester | ||
utils |