neoneo-go/pkg/core/dao
Evgenii Stratonikov b96fe8173c core,dao: implement Block-level storage caching
The order in which storage.Find items are returns depends on what items
were processed in previous transactions of the same block.
The easiest way to implement this sort of caching is to cache operations
with storage, flushing the only in `Persist()`.
2020-05-19 17:19:51 +03:00
..
cacheddao.go core,dao: implement Block-level storage caching 2020-05-19 17:19:51 +03:00
cacheddao_test.go core: move DAO to a separate package 2020-04-08 08:38:44 +03:00
dao.go core,dao: implement Block-level storage caching 2020-05-19 17:19:51 +03:00
dao_test.go core: move DAO to a separate package 2020-04-08 08:38:44 +03:00
storage_item.go core,dao: implement Block-level storage caching 2020-05-19 17:19:51 +03:00