summaryrefslogtreecommitdiffstats
path: root/reftable/pq.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* t-reftable-pq: make merged_iter_pqueue_check() staticChandra Pratap2024-08-011-1/+0
* reftable: allow inlining of a few functionsPatrick Steinhardt2024-03-041-2/+10
* reftable/merged: make subiters own their recordsPatrick Steinhardt2024-03-041-1/+1
* reftable/pq: use `size_t` to track iterator indexPatrick Steinhardt2024-03-041-1/+1
* reftable: use a pointer for pq_entry paramElijah Conners2022-09-151-1/+1
* reftable: add a heap-based priority queue for reftable recordsHan-Wen Nienhuys2021-10-081-0/+33