JS-105: abc.index re-sorts the memtable via native qsort on every read

Proposed by the 2026-07-07 jab multi-agent review; confirmed by both skeptic verifiers. Every get/range/prefix/seek pays a full O(m log m) introsort on a warm memtable where one O(log m) binary search is expected.

Input

Context

Goals

Constraints

WIP

TODOs