JS-022 MED: generic mmap LSM index — abc.index (point / range / prefix)

The lane containers (HASH/HEAP/HIT) expose the LSM primitives but not a reusable index. Add abc.index(lane, opts) — a stack of mmapped sorted runs + a memtable, with point/range/prefix query and ladder compaction. This is the substrate the pack-log index (JS-024 git.pack) builds on. Method: Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers

Outcome