neoneo-go/pkg/core/storage
Roman Khimov 9bfb3357f2 storage: add "private" mode to MemCachedStore
Most of the time we don't need locking on the higher-level stores and we drop
them after Persist, so that's what private MemCachedStore is for.

It doesn't improve things in any noticeable way, some ~1% can be observed in
neo-bench under various loads and even less than that in chain processing. But
it seems to be a bit better anyway (less allocations, less locks).
2022-02-17 22:27:39 +03:00
..
boltdb_store.go storage: drop Put and Delete from Store interface 2022-02-16 18:24:20 +03:00
boltdb_store_test.go *: fix tests failing due to path.Join usage 2021-11-29 11:11:09 +03:00
leveldb_store.go storage: drop Put and Delete from Store interface 2022-02-16 18:24:20 +03:00
leveldb_store_test.go core: add benchmarks for iterator.Next, MemCached.Seek, Mem.Seek 2021-10-21 10:05:12 +03:00
memcached_store.go storage: add "private" mode to MemCachedStore 2022-02-17 22:27:39 +03:00
memcached_store_test.go storage: add "private" mode to MemCachedStore 2022-02-17 22:27:39 +03:00
memory_store.go storage: add "private" mode to MemCachedStore 2022-02-17 22:27:39 +03:00
memory_store_test.go storage: simplify (*MemCachedStore).Put/Delete interface 2022-02-16 18:24:20 +03:00
store.go storage: drop Put and Delete from Store interface 2022-02-16 18:24:20 +03:00
store_config.go storage: drop RedisDB, close #2130 2021-10-27 17:32:25 +03:00
store_test.go storage: drop STAccount prefix 2022-02-16 13:06:57 +03:00
storeandbatch_test.go storage: simplify (*MemCachedStore).Put/Delete interface 2022-02-16 18:24:20 +03:00