index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
reftable
/
block.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-15
reftable/block: merge `block_iter_seek()` and `block_reader_seek()`
Patrick Steinhardt
1
-7
/
+2
2024-04-15
reftable/block: rename `block_reader_start()`
Patrick Steinhardt
1
-1
/
+1
2024-04-08
reftable/block: reuse compressed array
Patrick Steinhardt
1
-9
/
+5
2024-04-08
reftable/block: reuse zstream when writing log blocks
Patrick Steinhardt
1
-24
/
+48
2024-04-03
reftable/block: avoid decoding keys when searching restart points
Patrick Steinhardt
1
-10
/
+19
2024-04-03
reftable/block: fix error handling when searching restart points
Patrick Steinhardt
1
-5
/
+4
2024-04-03
reftable/block: refactor binary search over restart points
Patrick Steinhardt
1
-27
/
+73
2024-04-03
reftable/basics: fix return type of `binsearch()` to be `size_t`
Patrick Steinhardt
1
-1
/
+2
2024-03-21
Merge branch 'ps/reftable-reflog-iteration-perf'
Junio C Hamano
1
-1
/
+3
2024-03-21
Merge branch 'ps/reftable-block-search-fix'
Junio C Hamano
1
-1
/
+1
2024-03-07
reftable/block: fix binary search over restart counter
Patrick Steinhardt
1
-1
/
+1
2024-03-05
reftable/record: use scratch buffer when decoding records
Patrick Steinhardt
1
-1
/
+3
2024-03-04
reftable/record: decode keys in place
Patrick Steinhardt
1
-14
/
+11
2024-02-26
Merge branch 'ps/reftable-iteration-perf'
Junio C Hamano
1
-2
/
+1
2024-02-12
reftable/block: swap buffers instead of copying
Patrick Steinhardt
1
-2
/
+1
2024-02-06
reftable/record: improve semantics when initializing records
Patrick Steinhardt
1
-9
/
+9
2024-02-06
reftable: introduce macros to allocate arrays
Patrick Steinhardt
1
-4
/
+6
2024-02-06
reftable: introduce macros to grow arrays
Patrick Steinhardt
1
-6
/
+1
2023-12-11
reftable/block: reuse buffer to compute record keys
Patrick Steinhardt
1
-11
/
+8
2023-12-11
reftable/block: introduce macro to initialize `struct block_iter`
Patrick Steinhardt
1
-3
/
+1
2022-02-23
reftable: avoid writing empty keys at the block layer
Han-Wen Nienhuys
1
-10
/
+17
2022-01-20
reftable: make reftable_record a tagged union
Han-Wen Nienhuys
1
-1
/
+1
2022-01-20
reftable: fix resource leak in block.c error path
Han-Wen Nienhuys
1
-9
/
+17
2021-10-08
reftable: reading/writing blocks
Han-Wen Nienhuys
1
-0
/
+437
[prev]