nimbus-eth1/nimbus/evm/tracer
Jacek Sieka f6be4bd0ec
avoid initTable (#2328)
`initTable` is obsolete since nim 0.19 and can introduce significant
memory overhead while providing no benefit (since the table will be
grown to the default initial size on first use anyway).

In particular, aristo layers will not necessarily use all tables they
initialize, for exampe when many empty accounts are being created.
2024-06-10 11:05:30 +02:00
..
access_list_tracer.nim Remove exceptions from EVM (#2314) 2024-06-07 15:24:32 +07:00
json_tracer.nim avoid initTable (#2328) 2024-06-10 11:05:30 +02:00
legacy_tracer.nim avoid initTable (#2328) 2024-06-10 11:05:30 +02:00