diff options
author | Han-Wen Nienhuys <hanwen@google.com> | 2021-10-07 20:25:01 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-10-08 10:45:48 -0700 |
commit | 1214aa841bc825c97541a68f397227cb2bfd3f3c (patch) | |
tree | 782222593af1c28bbefd31058460aec0b3aa6107 /git-cvsimport.perl | |
parent | reftable: utility functions (diff) | |
download | tgif-1214aa841bc825c97541a68f397227cb2bfd3f3c.tar.xz |
reftable: add blocksource, an abstraction for random access reads
The reftable format is usually used with files for storage. However, we abstract
away this using the blocksource data structure. This has two advantages:
* log blocks are zlib compressed, and handling them is simplified if we can
discard byte segments from within the block layer.
* for unittests, it is useful to read and write in-memory. The blocksource
allows us to abstract the data away from on-disk files.
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-cvsimport.perl')
0 files changed, 0 insertions, 0 deletions