nimbus-eth1/nimbus/db/state_db
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
..
base.nim avoid initTable (#2328) 2024-06-10 11:05:30 +02:00
read_only.nim Core db disable legacy api n remove distinct tries (#2299) 2024-06-05 20:52:04 +00:00
read_write.nim Optional accounts cache module for creating genesis (#1897) 2023-11-20 11:51:43 +00:00