]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ps/reftable-fixes-and-optims'
authorJunio C Hamano <gitster@pobox.com>
Tue, 16 Jan 2024 18:11:56 +0000 (10:11 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Jan 2024 18:11:57 +0000 (10:11 -0800)
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

1  2 
reftable/merged.c
reftable/merged_test.c
reftable/readwrite_test.c
reftable/stack_test.c

Simple merge
Simple merge
Simple merge
Simple merge