Faster Index I/O with NVMe SSDs
A search service (Marginalia Search) gutted its old index internals and dropped memory-mapped B-trees. In their place: adeterministic, block-aligned skip listtuned fordirect reads on NVMe SSDs. It runs on128KB block sizes, usescustom buffer pools, and leans hard onio_uringfor async position lookups..