Skip to content
  • cheme's avatar
    Add storage cache for child trie and notification internals (#2639) · 879e4a89
    cheme authored
    
    
    * 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
    879e4a89