git/reftable
Junio C Hamano 7041902dfa Merge branch 'ps/reftable-iterator-reuse'
Optimize reading random references out of the reftable backend by
allowing reuse of iterator objects.

* ps/reftable-iterator-reuse:
  refs/reftable: reuse iterators when reading refs
  reftable/merged: drain priority queue on reseek
  reftable/stack: add mechanism to notify callers on reload
  refs/reftable: refactor reflog expiry to use reftable backend
  refs/reftable: refactor reading symbolic refs to use reftable backend
  refs/reftable: read references via `struct reftable_backend`
  refs/reftable: figure out hash via `reftable_stack`
  reftable/stack: add accessor for the hash ID
  refs/reftable: handle reloading stacks in the reftable backend
  refs/reftable: encapsulate reftable stack
2024-12-10 10:04:58 +09:00
..
LICENSE reftable: add LICENSE 2021-10-08 10:45:48 -07:00
basics.c reftable/system: stop depending on "hash.h" 2024-11-19 12:23:10 +09:00
basics.h reftable/system: stop depending on "hash.h" 2024-11-19 12:23:10 +09:00
block.c reftable: rename scratch buffer 2024-11-26 08:39:38 +09:00
block.h reftable: rename scratch buffer 2024-11-26 08:39:38 +09:00
blocksource.c reftable/blocksource: adapt interface name 2024-10-17 16:59:56 -04:00
blocksource.h reftable/blocksource: adapt interface name 2024-10-17 16:59:56 -04:00
constants.h reftable: make the compaction factor configurable 2024-05-13 17:02:39 -07:00
error.c reftable/error: introduce out-of-memory error code 2024-10-02 07:53:50 -07:00
iter.c reftable: handle trivial `reftable_buf` errors 2024-10-17 16:59:56 -04:00
iter.h reftable: convert from `strbuf` to `reftable_buf` 2024-10-17 16:59:56 -04:00
merged.c reftable/merged: drain priority queue on reseek 2024-11-26 17:18:38 +09:00
merged.h reftable/system: stop depending on "hash.h" 2024-11-19 12:23:10 +09:00
pq.c reftable: introduce `REFTABLE_FREE_AND_NULL()` 2024-10-02 07:53:56 -07:00
pq.h reftable/pq: handle allocation failures when adding entries 2024-10-02 07:53:55 -07:00
reader.c reftable/system: stop depending on "hash.h" 2024-11-19 12:23:10 +09:00
reader.h reftable/system: stop depending on "hash.h" 2024-11-19 12:23:10 +09:00
record.c reftable: handle trivial `reftable_buf` errors 2024-10-17 16:59:56 -04:00
record.h reftable/record: adapt `reftable_record_key()` to handle allocation failures 2024-10-17 16:59:56 -04:00
reftable-basics.h reftable/system: stop depending on "hash.h" 2024-11-19 12:23:10 +09:00
reftable-blocksource.h reftable: add blocksource, an abstraction for random access reads 2021-10-08 10:45:48 -07:00
reftable-error.h reftable/error: introduce out-of-memory error code 2024-10-02 07:53:50 -07:00
reftable-iterator.h reftable/generic: adapt interface to allow reuse of iterators 2024-05-13 17:04:18 -07:00
reftable-merged.h reftable/system: stop depending on "hash.h" 2024-11-19 12:23:10 +09:00
reftable-reader.h reftable/system: stop depending on "hash.h" 2024-11-19 12:23:10 +09:00
reftable-record.h reftable/system: stop depending on "hash.h" 2024-11-19 12:23:10 +09:00
reftable-stack.h reftable/stack: add accessor for the hash ID 2024-11-26 17:18:36 +09:00
reftable-writer.h reftable/stack: add mechanism to notify callers on reload 2024-11-26 17:18:38 +09:00
stack.c reftable/stack: add mechanism to notify callers on reload 2024-11-26 17:18:38 +09:00
stack.h reftable: make the compaction factor configurable 2024-05-13 17:02:39 -07:00
system.c reftable/system: provide thin wrapper for lockfile subsystem 2024-11-19 12:23:11 +09:00
system.h reftable/system: provide thin wrapper for lockfile subsystem 2024-11-19 12:23:11 +09:00
tree.c reftable/tree: handle allocation failures 2024-10-02 07:53:55 -07:00
tree.h reftable/tree: handle allocation failures 2024-10-02 07:53:55 -07:00
writer.c Merge branch 'ps/reftable-detach' 2024-12-10 10:04:56 +09:00
writer.h reftable: rename scratch buffer 2024-11-26 08:39:38 +09:00