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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-13
reftable/stack: provide convenience functions to create iterators
Patrick Steinhardt
4
-3
/
+42
2024-05-13
reftable/reader: adapt interface to allow reuse of iterators
Patrick Steinhardt
3
-75
/
+34
2024-05-13
reftable/generic: adapt interface to allow reuse of iterators
Patrick Steinhardt
4
-22
/
+68
2024-05-13
reftable/generic: move seeking of records into the iterator
Patrick Steinhardt
5
-117
/
+177
2024-05-13
reftable/merged: simplify indices for subiterators
Patrick Steinhardt
1
-5
/
+4
2024-05-13
reftable/merged: split up initialization and seeking of records
Patrick Steinhardt
1
-37
/
+22
2024-05-13
reftable/reader: set up the reader when initializing table iterator
Patrick Steinhardt
1
-17
/
+22
2024-05-13
reftable/reader: inline `reader_seek_internal()`
Patrick Steinhardt
1
-22
/
+12
2024-05-13
reftable/reader: separate concerns of table iter and reftable reader
Patrick Steinhardt
1
-17
/
+15
2024-05-13
reftable/reader: unify indexed and linear seeking
Patrick Steinhardt
1
-26
/
+16
2024-05-13
reftable/reader: avoid copying index iterator
Patrick Steinhardt
1
-24
/
+14
2024-05-13
reftable/block: use `size_t` to track restart point index
Patrick Steinhardt
1
-2
/
+2
2024-05-13
reftable: make the compaction factor configurable
Patrick Steinhardt
5
-7
/
+21
2024-05-13
reftable: use `uint16_t` to track restart interval
Patrick Steinhardt
2
-2
/
+2
2024-05-13
reftable/dump: support dumping a table's block structure
Patrick Steinhardt
3
-1
/
+72
2024-05-13
reftable/writer: improve error when passed an invalid block size
Patrick Steinhardt
1
-4
/
+2
2024-05-13
reftable/writer: drop static variable used to initialize strbuf
Patrick Steinhardt
1
-3
/
+1
2024-05-13
reftable: pass opts as constant pointer
Patrick Steinhardt
6
-35
/
+43
2024-05-13
reftable: consistently refer to `reftable_write_options` as `opts`
Patrick Steinhardt
5
-89
/
+74
2024-05-08
Merge branch 'ps/reftable-write-optim'
Junio C Hamano
12
-526
/
+139
2024-04-23
Merge branch 'ps/reftable-block-iteration-optim'
Junio C Hamano
5
-178
/
+229
2024-04-16
Merge branch 'jt/reftable-geometric-compaction'
Junio C Hamano
4
-123
/
+84
2024-04-15
reftable/block: avoid copying block iterators on seek
Patrick Steinhardt
2
-20
/
+14
2024-04-15
reftable/block: reuse `zstream` state on inflation
Patrick Steinhardt
3
-10
/
+19
2024-04-15
reftable/block: open-code call to `uncompress2()`
Patrick Steinhardt
1
-10
/
+28
2024-04-15
reftable/block: reuse uncompressed blocks
Patrick Steinhardt
3
-19
/
+26
2024-04-15
reftable/reader: iterate to next block in place
Patrick Steinhardt
2
-21
/
+28
2024-04-15
reftable/block: move ownership of block reader into `struct table_iter`
Patrick Steinhardt
3
-83
/
+100
2024-04-15
reftable/block: introduce `block_reader_release()`
Patrick Steinhardt
3
-1
/
+8
2024-04-15
reftable/block: better grouping of functions
Patrick Steinhardt
2
-36
/
+36
2024-04-15
reftable/block: merge `block_iter_seek()` and `block_reader_seek()`
Patrick Steinhardt
4
-16
/
+8
2024-04-15
reftable/block: rename `block_reader_start()`
Patrick Steinhardt
5
-6
/
+6
2024-04-12
Merge branch 'ps/reftable-binsearch-updates'
Junio C Hamano
7
-96
/
+181
2024-04-09
Merge branch 'ps/pack-refs-auto'
Junio C Hamano
4
-18
/
+81
2024-04-08
reftable/block: reuse compressed array
Patrick Steinhardt
2
-9
/
+8
2024-04-08
reftable/block: reuse zstream when writing log blocks
Patrick Steinhardt
2
-24
/
+49
2024-04-08
reftable/writer: reset `last_key` instead of releasing it
Patrick Steinhardt
1
-2
/
+2
2024-04-08
reftable/writer: unify releasing memory
Patrick Steinhardt
1
-8
/
+15
2024-04-08
reftable/writer: refactorings for `writer_flush_nonempty_block()`
Patrick Steinhardt
1
-28
/
+44
2024-04-08
reftable/writer: refactorings for `writer_add_record()`
Patrick Steinhardt
1
-11
/
+27
2024-04-08
reftable: remove name checks
Patrick Steinhardt
9
-454
/
+1
2024-04-08
reftable/stack: use geometric table compaction
Justin Tobler
3
-116
/
+74
2024-04-08
reftable/stack: expose option to disable auto-compaction
Justin Tobler
4
-7
/
+10
2024-04-05
Merge branch 'ps/pack-refs-auto' into jt/reftable-geometric-compaction
Junio C Hamano
4
-18
/
+81
2024-04-03
reftable/block: avoid decoding keys when searching restart points
Patrick Steinhardt
1
-10
/
+19
2024-04-03
reftable/record: extract function to decode key lengths
Patrick Steinhardt
2
-9
/
+31
2024-04-03
reftable/block: fix error handling when searching restart points
Patrick Steinhardt
3
-8
/
+11
2024-04-03
reftable/block: refactor binary search over restart points
Patrick Steinhardt
1
-27
/
+73
2024-04-03
reftable/refname: refactor binary search over refnames
Patrick Steinhardt
1
-22
/
+22
2024-04-03
reftable/basics: improve `binsearch()` test
Patrick Steinhardt
1
-24
/
+31
[prev]
[next]