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
Currently we use a simple HashMap for storing the uncommitted/stored/removed blobs. However this requires a RPC with the storage actor on each request. Using evmap this could be removed.
Currently we use a simple
HashMap
for storing the uncommitted/stored/removed blobs. However this requires a RPC with the storage actor on each request. Using evmap this could be removed.Related code:
stored/src/storage/mod.rs
Lines 255 to 266 in c7b3416
The text was updated successfully, but these errors were encountered: