neoneo-go/pkg/core/storage
Roman Khimov 13bf2618ef storage: improve PutBatch for MemoryStore
Make it look more like a real transaction, put/delete things with a single
lock. Make a copy of value in Put also, just for safety purposes, no one knows
how this value slice can be used after the Put.
2019-10-15 12:56:25 +03:00
..
boltdb_store.go storage: add Delete method for Batch and Store 2019-10-07 19:40:11 +03:00
boltdb_store_test.go storage: redo DB testing 2019-10-15 12:56:25 +03:00
helpers.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
leveldb_store.go storage: add Delete method for Batch and Store 2019-10-07 19:40:11 +03:00
leveldb_store_test.go storage: redo DB testing 2019-10-15 12:56:25 +03:00
memory_store.go storage: improve PutBatch for MemoryStore 2019-10-15 12:56:25 +03:00
memory_store_test.go storage: redo DB testing 2019-10-15 12:56:25 +03:00
redis_store.go storage: add Delete method for Batch and Store 2019-10-07 19:40:11 +03:00
redis_store_test.go storage: redo DB testing 2019-10-15 12:56:25 +03:00
store.go storage: drop Len from the Batch interface 2019-10-15 12:56:25 +03:00
store_config.go storage: add boltDB support 2019-09-14 10:28:43 +03:00
store_test.go Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00
storeandbatch_test.go storage: redo DB testing 2019-10-15 12:56:25 +03:00