nimbus-eth1/nimbus/db/kvt
Jacek Sieka eb041abba7
avoid unnecessary memory allocations and lookups (#2334)
* use `withValue` instead of `hasKey` + `[]`
* avoid `@` et al
* parse database data inside `onData` instead of making seq then parsing
2024-06-11 11:38:58 +02:00
..
kvt_desc Kvt remodel tx and forked descriptors (#2168) 2024-05-07 19:59:27 +00:00
kvt_filter Kvt remodel tx and forked descriptors (#2168) 2024-05-07 19:59:27 +00:00
kvt_init use statically linked rocksdb on linux/mac, dll on windows (#2291) 2024-06-04 18:15:33 +02:00
kvt_tx Kvt remodel tx and forked descriptors (#2168) 2024-05-07 19:59:27 +00:00
kvt_walk Aristo: Update unit test suite (#2002) 2024-02-01 21:27:48 +00:00
kvt_api.nim Kvt remodel tx and forked descriptors (#2168) 2024-05-07 19:59:27 +00:00
kvt_constants.nim Core db use differential tx layers for aristo and kvt (#1949) 2023-12-19 12:39:23 +00:00
kvt_debug.nim Aristo db kvt maintenance update (#1952) 2023-12-20 16:19:00 +00:00
kvt_desc.nim trivial memory-based speedups (#2205) 2024-05-23 17:37:51 +02:00
kvt_filter.nim Kvt remodel tx and forked descriptors (#2168) 2024-05-07 19:59:27 +00:00
kvt_init.nim Core db use differential tx layers for aristo and kvt (#1949) 2023-12-19 12:39:23 +00:00
kvt_layers.nim avoid unnecessary memory allocations and lookups (#2334) 2024-06-11 11:38:58 +02:00
kvt_persistent.nim Aristo update rocksdb backend drivers (#2135) 2024-04-16 20:39:11 +00:00
kvt_tx.nim Kvt remodel tx and forked descriptors (#2168) 2024-05-07 19:59:27 +00:00
kvt_utils.nim avoid unnecessary memory allocations and lookups (#2334) 2024-06-11 11:38:58 +02:00
kvt_walk.nim Core db use differential tx layers for aristo and kvt (#1949) 2023-12-19 12:39:23 +00:00