nimbus-eth1/hive_integration/nodocker/rpc
Jacek Sieka 6b68ff92d3
Allocation-free nibbles buffer (#2406)
This buffer eleminates a large part of allocations during MPT traversal,
reducing overall memory usage and GC pressure.

Ideally, we would use it throughout in the API instead of
`openArray[byte]` since the built-in length limit appropriately exposes
the natural 64-nibble depth constraint that `openArray` fails to
capture.
2024-06-22 22:33:37 +02:00
..
init hive: nodocker rpc simulator skeleton 2021-11-30 16:03:41 +07:00
client.nim Bump nim-eth, nim-web3, nimbus-eth2 (#2344) 2024-06-14 14:31:08 +07:00
rpc_sim.nim hive: proper rpc test 2022-05-31 15:42:01 +07:00
rpc_tests.nim Allocation-free nibbles buffer (#2406) 2024-06-22 22:33:37 +02:00
test_env.nim results: use canonical import (#2248) 2024-05-30 14:54:03 +02:00
vault.nim Bump nim-eth, nim-web3, nimbus-eth2 (#2344) 2024-06-14 14:31:08 +07:00