nimbus-eth1/nimbus/db/aristo/aristo_init
Jacek Sieka c364426422
Smaller in-database representations (#2436)
These representations use ~15-20% less data compared to the status quo,
mainly by removing redundant zeroes in the integer encodings - a
significant effect of this change is that the various rocksdb caches see
better efficiency since more items fit in the same amount of space.

* use RLP encoding for `VertexID` and `UInt256` wherever it appears
* pack `VertexRef`/`PayloadRef` more tightly
2024-07-02 20:25:06 +02:00
..
rocks_db Smaller in-database representations (#2436) 2024-07-02 20:25:06 +02:00
init_common.nim Triggered write event for kvt (#2351) 2024-06-13 18:15:11 +00:00
memory_db.nim Smaller in-database representations (#2436) 2024-07-02 20:25:06 +02:00
memory_only.nim Coeredb related clean up and maint fixes (#2360) 2024-06-14 11:19:48 +00:00
persistent.nim Fix dboptions init (#2391) 2024-06-19 10:55:57 +02:00
rocks_db.nim Smaller in-database representations (#2436) 2024-07-02 20:25:06 +02:00