summaryrefslogtreecommitdiff
path: root/lib/leveldb
AgeCommit message (Collapse)Author
2024-04-02tweak db performancejacqueline
- leveldb cache pinned to spiram - actually use it during indexing lol - all up, saves about 10ms per file (amortised) for an incremental reindex
2023-12-07Remove pre-iterator conceptsjacqueline
- No more IndexRecord/Result/dbGetPage nonsense - Queue is just track ids - i am so tired and have so much to do
2023-06-19Fix leveldb's alignment assumptions (we have 4 byte alignment)jacqueline
2023-03-08add leveldbjacqueline