From: Junio C Hamano Date: Tue, 16 Jan 2024 18:11:56 +0000 (-0800) Subject: Merge branch 'ps/reftable-fixes-and-optims' X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=481d69dd63328fb10422c8bf9e714b5b5c7d1820;p=rit Merge branch 'ps/reftable-fixes-and-optims' More fixes and optimizations to the reftable backend. * ps/reftable-fixes-and-optims: reftable/merged: transfer ownership of records when iterating reftable/merged: really reuse buffers to compute record keys reftable/record: store "val2" hashes as static arrays reftable/record: store "val1" hashes as static arrays reftable/record: constify some parts of the interface reftable/writer: fix index corruption when writing multiple indices reftable/stack: do not auto-compact twice in `reftable_stack_add()` reftable/stack: do not overwrite errors when compacting --- 481d69dd63328fb10422c8bf9e714b5b5c7d1820