diff options
| author | Stefan Boberg <[email protected]> | 2026-04-02 22:51:12 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2026-04-02 22:51:12 +0200 |
| commit | c2e34699ee906013681236d49467a506498d53d4 (patch) | |
| tree | 5f31b17998bfc88027ea8c4c9bca461f0ddb3a90 /src/zenhttp/httpserver.cpp | |
| parent | Add eager-attach mode to RemoteHttpRunner for single-roundtrip submits (diff) | |
| download | zen-c2e34699ee906013681236d49467a506498d53d4.tar.xz zen-c2e34699ee906013681236d49467a506498d53d4.zip | |
Add MemoryCidStore: memory-backed chunk store with async write-through
In-memory CidStore implementation backed by a hash map, optionally
layered over a standard CidStore. Writes to the backing store are
dispatched asynchronously via a dedicated flush thread to avoid
blocking callers on disk I/O. Reads check memory first, then fall
back to the backing store without caching the result.
Diffstat (limited to 'src/zenhttp/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions