[runtime/utils/buffer] Provide write-capable buffer pooled page caching · Issue #1207 · commonwarexyz/monorepo · GitHub
More Web Proxy on the site http://driver.im/
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
The initial buffer::Pool implementation only provides read caching, hence buffer pool managed blobs can't be written to arbitrarily, and support only appending of new data. We could extend the buffer pool to maintain a dirty list of pages in order to support arbitrary writes.