nimbus-eth1/nimbus/db/aristo/aristo_desc
Jacek Sieka ef1bab0802
avoid some trivial memory allocations (#2587)
* pre-allocate `blobify` data and remove redundant error handling
(cannot fail on correct data)
* use threadvar for temporary storage when decoding rdb, avoiding
closure env
* speed up database walkers by avoiding many temporaries

~5% perf improvement on block import, 100x on database iteration (useful
for building analysis tooling)
2024-09-02 16:03:10 +02:00
..
desc_backend.nim storage: store root id together with vid, for better locality of refe… (#2449) 2024-07-04 15:46:52 +02:00
desc_error.nim Added portal proof nodes generation functionality (#2539) 2024-08-06 11:29:26 +00:00
desc_identifiers.nim Hash bump 2024-08-08 07:46:35 +02:00
desc_nibbles.nim avoid some trivial memory allocations (#2587) 2024-09-02 16:03:10 +02:00
desc_structural.nim Revert lazy implementation (#2585) 2024-09-02 10:34:42 +00:00