git/reftable
Junio C Hamano 5aec7231c8 Merge branch 'ps/reftable-write-optim'
Code to write out reftable has seen some optimization and
simplification.

* ps/reftable-write-optim:
  reftable/block: reuse compressed array
  reftable/block: reuse zstream when writing log blocks
  reftable/writer: reset `last_key` instead of releasing it
  reftable/writer: unify releasing memory
  reftable/writer: refactorings for `writer_flush_nonempty_block()`
  reftable/writer: refactorings for `writer_add_record()`
  refs/reftable: don't recompute committer ident
  reftable: remove name checks
  refs/reftable: skip duplicate name checks
  refs/reftable: perform explicit D/F check when writing symrefs
  refs/reftable: fix D/F conflict error message on ref copy
2024-05-08 10:18:43 -07:00
..
LICENSE
basics.c
basics.h
basics_test.c
block.c Merge branch 'ps/reftable-write-optim' 2024-05-08 10:18:43 -07:00
block.h Merge branch 'ps/reftable-write-optim' 2024-05-08 10:18:43 -07:00
block_test.c reftable/block: merge `block_iter_seek()` and `block_reader_seek()` 2024-04-15 10:36:09 -07:00
blocksource.c
blocksource.h
constants.h
dump.c
error.c Merge branch 'ps/reftable-write-optim' 2024-05-08 10:18:43 -07:00
generic.c
generic.h
iter.c reftable/block: rename `block_reader_start()` 2024-04-15 10:36:09 -07:00
iter.h
merged.c
merged.h
merged_test.c
pq.c
pq.h
pq_test.c
publicbasics.c
reader.c reftable/block: reuse `zstream` state on inflation 2024-04-15 10:36:09 -07:00
reader.h
readwrite_test.c
record.c
record.h
record_test.c
reftable-blocksource.h
reftable-error.h Merge branch 'ps/reftable-write-optim' 2024-05-08 10:18:43 -07:00
reftable-generic.h
reftable-iterator.h
reftable-malloc.h
reftable-merged.h
reftable-reader.h
reftable-record.h
reftable-stack.h
reftable-tests.h
reftable-writer.h Merge branch 'ps/reftable-write-optim' 2024-05-08 10:18:43 -07:00
stack.c Merge branch 'ps/reftable-write-optim' 2024-05-08 10:18:43 -07:00
stack.h
stack_test.c Merge branch 'ps/reftable-write-optim' 2024-05-08 10:18:43 -07:00
system.h
test_framework.c
test_framework.h
tree.c
tree.h
tree_test.c
writer.c
writer.h