VirgilZhu
7d96557d45
update README
hace 8 meses
VirgilZhu
b0cb3cddc2
change benchmark apras
hace 8 meses
VirgilZhu
9c3c34dda7
finish project
hace 8 meses
VirgilZhu
3c1d0d49e6
add notes
hace 8 meses
VirgilZhu
c34e37ee0c
fix some bugs
hace 8 meses
VirgilZhu
5f7d8de5d3
commit for note
hace 8 meses
GUJIEJASON
48eeab4efc
finish version
hace 8 meses
GUJIEJASON
5ca7f7f3d5
temp work
hace 8 meses
GUJIEJASON
162194ea5c
Merge branch 'zwq' into jie
hace 8 meses
VirgilZhu
accd7e616c
roughly completed
hace 8 meses
VirgilZhu
b6143be065
fix ParseInternalKey bug
hace 8 meses
GUJIEJASON
228b316445
temp work
hace 8 meses
VirgilZhu
eedabe8dc3
tmp work
hace 8 meses
GUJIEJASON
29d0bdb93b
fix some bugs
hace 8 meses
VirgilZhu
77e7772487
commit for debug_kv_sep
hace 8 meses
VirgilZhu
43b44e3167
kv separation v1.0
hace 8 meses
GUJIEJASON
31658444b8
Add bench_test.cc
hace 8 meses
GUJIEJASON
11fc9d3a44
recover and version control
hace 8 meses
GUJIEJASON
750d5cd1c9
fix some bugs inGet
hace 8 meses
VirgilZhu
fcc67b09de
vlog_reader/writer v2.1
hace 8 meses
GUJIEJASON
01dd8e75fe
Add KV test
hace 8 meses
VirgilZhu
1f1a6de7b2
vlog_reader/writer v2.0
hace 8 meses
VirgilZhu
5b4c09301c
vlog reader/writer v1.1
hace 8 meses
VirgilZhu
10baaeb199
vlog_reader/writer v1.0
hace 8 meses
VirgilZhu
6df1a279e1
vlog_reader v1.0
hace 8 meses
GUJIEJASON
af6de4df42
Add VlogWriter
hace 8 meses
GUJIEJASON
04e46dde27
kv start
hace 8 meses
GUJIEJASON
b858e53230
Merge branch 'zwq' into jie
hace 9 meses
GUJIEJASON
1d7f56bbd8
Update README
hace 9 meses
VirgilZhu
041bede9e4
kv sep v0.1: add vlog_manager/reader/writer interface
hace 9 meses
GUJIEJASON
cf8e758754
finish value_field_test.cc
hace 9 meses
VirgilZhu
4507dc27d0
fields v2.2: complete FindKeysByFields function
hace 9 meses
GUJIEJASON
805eaff781
fix some bugs
hace 9 meses
GUJIEJASON
a21a1cc28e
update value_field_test
hace 9 meses
VirgilZhu
075e6a0205
fields v2.1: add possibly feasible ktypevalue/ktypedeletion parse in FindKeysByFields function
hace 9 meses
VirgilZhu
04d5574577
fields v2: add FindKeysByFields Function
hace 9 meses
VirgilZhu
64fd7be5f8
fields v1: finish DBImpl interface and Class Fields definition
hace 9 meses
VirgilZhu
06fa3f20b3
init design md
hace 9 meses
ssynn
09d1debb04
修改ttl随机种子
hace 10 meses
ssynn
fc03061956
把随机种子改成一样的
hace 11 meses
ssynn
879fd25d02
修改Readme
hace 11 meses
ssynn
ec884a8bff
添加ttl测试用例
hace 11 meses
Austin Sullivan
23e35d792b
Merge pull request #1202 from pkasting/main
[jumbo] Add begin()/end() to Slice.
hace 1 año
leveldb Team
eb31d19999
Allow compaction to finish in TEST_CompactRange
Waits for a current transaction to finish in TEST_CompactRange when the
`background_work_finished_signal_` signal may be emitted due to an error. This is a prospective fix for flaky crashes observed in b/351680196#comment5.
PiperOrigin-RevId: 663457574
hace 1 año
Peter Kasting
2cc36eb566
[jumbo] Add begin()/end() to Slice.
This allows this type to meet the requirements of e.g.
std::ranges::range, which is necessary for it to work with the
std::span range constructor, or the "non-legacy" constructor for
Chromium's base::span.
Bug: none
hace 1 año
leveldb Team
068d5ee1a3
leveldb: Check slice length in Footer::DecodeFrom()
Without this check decoding the footer in Table::Open() can read
uninitialized bytes from a buffer allocated on the stack if the file
was unexpectedly short.
In practice this is probably fine since this function validates a magic
number but MSan complains about branching on uninitialized data.
PiperOrigin-RevId: 525271012
hace 2 años
leveldb Team
c61238dcf3
Support Zstd compression level in Leveldb
PiperOrigin-RevId: 520556840
hace 2 años
Victor Costan
77d66aaf3e
Fix GitHub CI on Linux.
This PR temporarily removes a package that is currently broken on
GitHub's Ubuntu 22.04 installation. This is the most expedient way to
make the CI green again, so we can test any other changes we may want to
land.
PiperOrigin-RevId: 520206940
hace 2 años
Victor Costan
9cbbc5fb75
Merge pull request #1104 from reillyeon:chromium_env
PiperOrigin-RevId: 520172744
hace 2 años
Victor Costan
80d858fb2a
Merge pull request #1106 from reillyeon:run_many
PiperOrigin-RevId: 520171344
hace 2 años