neo-go/pkg/core/statesync
Roman Khimov a0553f740d statesync: simplify Pool management code
* use slices.BinarySearchFunc with its boolean status
* use slices.Insert/slices.Delete, tnis can be a little less efficient, but it
  frees the memory faster and this code is more I/O (networking) bound to care
  about 1-3%

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2024-08-27 12:29:44 +03:00
..
module.go config: replace VerifyBlocks with SkipBlockVerification 2022-12-07 17:35:56 +03:00
module_test.go *: replace slice.Copy with bytes.Clone 2024-03-05 13:54:10 +03:00
mptpool.go statesync: simplify Pool management code 2024-08-27 12:29:44 +03:00
mptpool_test.go core: fix bug in MPT pool during Update 2021-09-07 19:43:27 +03:00
neotest_test.go *: replace slice.Copy with bytes.Clone 2024-03-05 13:54:10 +03:00