]> git.ipfire.org Git - thirdparty/git.git/commit
reftable: add a heap-based priority queue for reftable records
authorHan-Wen Nienhuys <hanwen@google.com>
Thu, 7 Oct 2021 20:25:10 +0000 (20:25 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Oct 2021 17:45:48 +0000 (10:45 -0700)
commit3b34f636df9e6c32c2e9b819cd5ad907497c62b7
treed0541c39b1d2ed69f8982c7e83eda385107ce2fe
parentffc97f1a9e154262ae23bf2d6ec6c1541fa3b15a
reftable: add a heap-based priority queue for reftable records

This is needed to create a merged view multiple reftables

Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
reftable/pq.c [new file with mode: 0644]
reftable/pq.h [new file with mode: 0644]
reftable/pq_test.c [new file with mode: 0644]
reftable/reftable-tests.h
t/helper/test-reftable.c