Skip to main content

Module store

Module store 

Source
Expand description

Store-I 的批量 gather:分片文件 + 行号 → 组装 [n, width] 缓冲区。

最小实现:每个 shard 一个文件,read_at 按 badge 读取并拷贝行。 大数据量生产版:io_uring / preadv 多队列、页缓存命中判定、双缓冲(M1 实现)。 本文件为 M0-P1 探针服务:真实调用路径(行号寻址)不变。

Structs§

ShardedStore