1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00
ton/crypto/vm/db
birydrad c863c42ed1 celldb: version 2
- thread safe cache
- parallel commit
- multiple optimizations
- support of key-value merge operations
- improved tests and benchmarks
- in-memory version won't read from key value after start - uses vector in-memory table now
- use rocksdb::WALRecoveryMode::kTolerateCorruptedTailRecords - do not silently ignore errors during recovery
2025-02-25 12:15:23 +01:00
..
BlobView.cpp bugfixes 2020-04-10 23:06:01 +04:00
BlobView.h bugfixes 2020-04-10 23:06:01 +04:00
CellHashTable.h celldb: version 2 2025-02-25 12:15:23 +01:00
CellStorage.cpp celldb: version 2 2025-02-25 12:15:23 +01:00
CellStorage.h celldb: version 2 2025-02-25 12:15:23 +01:00
DynamicBagOfCellsDb.cpp celldb: version 2 2025-02-25 12:15:23 +01:00
DynamicBagOfCellsDb.h celldb: version 2 2025-02-25 12:15:23 +01:00
DynamicBagOfCellsDbV2.cpp celldb: version 2 2025-02-25 12:15:23 +01:00
InMemoryBagOfCellsDb.cpp celldb: version 2 2025-02-25 12:15:23 +01:00
StaticBagOfCellsDb.cpp celldb: version 2 2025-02-25 12:15:23 +01:00
StaticBagOfCellsDb.h integrating the existing state of TON Storage / TON Payments / CPS Fift development branches 2020-05-27 22:10:46 +04:00
TonDb.cpp updated submodules, bugfixes 2020-04-27 16:01:46 +04:00
TonDb.h celldb in-memory mode, stats for actors, perf counters, minor fix in rldp2 (#1164) 2024-09-23 17:34:37 +03:00