about summary refs log tree commit homepage
path: root/lib/PublicInbox/IdxStack.pm
DateCommit message (Collapse)
2020-07-25v2writable: introduce idx_stack
This avoids pinning a potentially large chunk of memory from `git-log --reverse' into RAM (or triggering less predictable swap behavior). Instead it uses a contiguous temporary file with a fixed-size record for every blob we'll need to index.