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
..
basics.c reftable/block: fix error handling when searching restart points 2024-04-03 09:16:50 -07:00
basics.h reftable/block: fix error handling when searching restart points 2024-04-03 09:16:50 -07:00
basics_test.c reftable/basics: improve binsearch() test 2024-04-03 09:16:49 -07:00
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
LICENSE
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 reftable/record: extract function to decode key lengths 2024-04-03 09:16:50 -07:00
record.h reftable/record: extract function to decode key lengths 2024-04-03 09:16:50 -07:00
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: remove name checks 2024-04-08 17:01:41 -07:00
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 reftable/stack: use geometric table compaction 2024-04-08 12:11:10 -07:00
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 reftable/writer: reset last_key instead of releasing it 2024-04-08 17:01:41 -07:00
writer.h