neo-go/pkg/core/statesync
Roman Khimov 7dc8fc443f dao: simplify buffer management for private DAO
Private DAO is only used in a single thread which means we can safely reuse
key/data buffers most of the time and handle it all in DAO.

Doesn't affect any benchmarks.
2022-02-17 22:27:39 +03:00
..
module.go dao: simplify buffer management for private DAO 2022-02-17 22:27:39 +03:00
module_test.go mpt: modify refcounted storage scheme to make GC possible 2022-02-10 21:56:20 +03:00
mptpool.go core: fix bug in MPT pool during Update 2021-09-07 19:43:27 +03:00
mptpool_test.go core: fix bug in MPT pool during Update 2021-09-07 19:43:27 +03:00