You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A naive ProtocolStore implementation can just read and write files from disk. This makes disk a bottleneck if there is a lot messages to be caught up to. Let's introduce a CachedProtocolStore<T: ProtocolStore>, with a configurable semi-smart cache.
The text was updated successfully, but these errors were encountered:
A naive ProtocolStore implementation can just read and write files from disk. This makes disk a bottleneck if there is a lot messages to be caught up to. Let's introduce a
CachedProtocolStore<T: ProtocolStore>
, with a configurable semi-smart cache.The text was updated successfully, but these errors were encountered: