neoneo-go/pkg/core/stateroot
Roman Khimov ad606101c7 storage: add SeekGC interface for GC
It's very special, single-purpose thing, but it improves cumulative time spent
in GC by ~10% for LevelDB and by ~36% for BoltDB during 1050K mainnet chain
processing. While the overall chain import time doesn't change in any
noticeable way (~1%), I think it's still worth it, for machines with slower
disks the difference might be more noticeable.
2022-02-14 17:29:21 +03:00
..
callbacks.go stateroot: broadcast state on new blocks 2021-03-09 13:51:11 +03:00
module.go storage: add SeekGC interface for GC 2022-02-14 17:29:21 +03:00
prometheus.go stateroot: move state-root related logic to core/stateroot 2021-03-09 13:48:29 +03:00
store.go core/state*: drop blockchainer.Blockchainer use 2022-01-14 19:57:16 +03:00
validators.go stateroot: broadcast state on new blocks 2021-03-09 13:51:11 +03:00