near / nearcore

Reference client for NEAR Protocol

Home Page:https://near.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lock contention in `TriePrefetchingStorage::retrieve_raw_bytes`

nagisa opened this issue · comments

There is some non-trivial lock contention (7.1% of execution time) in prefetcher somewhere. Note though that this does not affect the critical path in contract execution, but it may result in prefetcher being slower than it ought to be.