aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/httpserver.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2026-04-02 22:51:12 +0200
committerStefan Boberg <[email protected]>2026-04-02 22:51:12 +0200
commitc2e34699ee906013681236d49467a506498d53d4 (patch)
tree5f31b17998bfc88027ea8c4c9bca461f0ddb3a90 /src/zenhttp/httpserver.cpp
parentAdd eager-attach mode to RemoteHttpRunner for single-roundtrip submits (diff)
downloadzen-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