From: Junio C Hamano Date: Tue, 16 Jan 2024 18:11:56 +0000 (-0800) Subject: Merge branch 'ps/reftable-fixes-and-optims' X-Git-Tag: v2.44.0-rc0~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=481d69dd63328fb10422c8bf9e714b5b5c7d1820;p=thirdparty%2Fgit.git 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