summaryrefslogtreecommitdiff
path: root/reftable/pq.h
AgeCommit message (Expand)AuthorFilesLines
2025-04-07reftable: fix formatting of the license headerPatrick Steinhardt1-6/+6
2025-02-18reftable/record: don't `BUG()` in `reftable_record_cmp()`Patrick Steinhardt1-1/+1
2024-10-02reftable/pq: handle allocation failures when adding entriesPatrick Steinhardt1-1/+1
2024-08-01t-reftable-pq: make merged_iter_pqueue_check() staticChandra Pratap1-1/+0
2024-03-04reftable: allow inlining of a few functionsPatrick Steinhardt1-2/+10
2024-03-04reftable/merged: make subiters own their recordsPatrick Steinhardt1-1/+1
2024-03-04reftable/pq: use `size_t` to track iterator indexPatrick Steinhardt1-1/+1
2022-09-15reftable: use a pointer for pq_entry paramElijah Conners1-1/+1
2021-10-08reftable: add a heap-based priority queue for reftable recordsHan-Wen Nienhuys1-0/+33