Commit 879e4a89 authored by cheme's avatar cheme Committed by Gavin Wood
Browse files

Add storage cache for child trie and notification internals (#2639)



* child cache, and test failing notifications

* fix tests and no listen child on top wildcard

* remove useless method

* bump impl version

* Update core/client/src/notifications.rs

Co-Authored-By: default avatarTomasz Drwięga <[email protected]>

* Update core/client/src/notifications.rs

Co-Authored-By: default avatarTomasz Drwięga <[email protected]>

* Update core/client/src/notifications.rs

Co-Authored-By: default avatarTomasz Drwięga <[email protected]>

* Update core/client/src/notifications.rs

Co-Authored-By: default avatarTomasz Drwięga <[email protected]>

* factoring notification methods to remove some redundant code.

* test child sub removal

* HStorage implementation and some type alias.

* Remove HStorage cache: does not fit

* fix removal

* Make cache use byte length (shared) instead of number of kv

* Make use of hashes cache in rpc

* applying ratio on different lru caches

* Fix format

* break a line

* Remove per element overhead of lru cache.

* typo
parent b96ddc30
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment