VirgilZhu
7d96557d45
update README
il y a 8 mois
VirgilZhu
b0cb3cddc2
change benchmark apras
il y a 8 mois
VirgilZhu
9c3c34dda7
finish project
il y a 8 mois
VirgilZhu
3c1d0d49e6
add notes
il y a 8 mois
VirgilZhu
c34e37ee0c
fix some bugs
il y a 8 mois
VirgilZhu
5f7d8de5d3
commit for note
il y a 8 mois
GUJIEJASON
48eeab4efc
finish version
il y a 8 mois
GUJIEJASON
5ca7f7f3d5
temp work
il y a 8 mois
GUJIEJASON
162194ea5c
Merge branch 'zwq' into jie
il y a 8 mois
VirgilZhu
accd7e616c
roughly completed
il y a 8 mois
VirgilZhu
b6143be065
fix ParseInternalKey bug
il y a 8 mois
GUJIEJASON
228b316445
temp work
il y a 8 mois
VirgilZhu
eedabe8dc3
tmp work
il y a 8 mois
GUJIEJASON
29d0bdb93b
fix some bugs
il y a 8 mois
VirgilZhu
77e7772487
commit for debug_kv_sep
il y a 8 mois
VirgilZhu
43b44e3167
kv separation v1.0
il y a 8 mois
GUJIEJASON
31658444b8
Add bench_test.cc
il y a 8 mois
GUJIEJASON
11fc9d3a44
recover and version control
il y a 8 mois
GUJIEJASON
750d5cd1c9
fix some bugs inGet
il y a 8 mois
VirgilZhu
fcc67b09de
vlog_reader/writer v2.1
il y a 8 mois
GUJIEJASON
01dd8e75fe
Add KV test
il y a 8 mois
VirgilZhu
1f1a6de7b2
vlog_reader/writer v2.0
il y a 8 mois
VirgilZhu
5b4c09301c
vlog reader/writer v1.1
il y a 8 mois
VirgilZhu
10baaeb199
vlog_reader/writer v1.0
il y a 8 mois
VirgilZhu
6df1a279e1
vlog_reader v1.0
il y a 8 mois
GUJIEJASON
af6de4df42
Add VlogWriter
il y a 8 mois
GUJIEJASON
04e46dde27
kv start
il y a 8 mois
GUJIEJASON
b858e53230
Merge branch 'zwq' into jie
il y a 9 mois
GUJIEJASON
1d7f56bbd8
Update README
il y a 9 mois
VirgilZhu
041bede9e4
kv sep v0.1: add vlog_manager/reader/writer interface
il y a 9 mois
GUJIEJASON
cf8e758754
finish value_field_test.cc
il y a 9 mois
VirgilZhu
4507dc27d0
fields v2.2: complete FindKeysByFields function
il y a 9 mois
GUJIEJASON
805eaff781
fix some bugs
il y a 9 mois
GUJIEJASON
a21a1cc28e
update value_field_test
il y a 9 mois
VirgilZhu
075e6a0205
fields v2.1: add possibly feasible ktypevalue/ktypedeletion parse in FindKeysByFields function
il y a 9 mois
VirgilZhu
04d5574577
fields v2: add FindKeysByFields Function
il y a 9 mois
VirgilZhu
64fd7be5f8
fields v1: finish DBImpl interface and Class Fields definition
il y a 9 mois
VirgilZhu
06fa3f20b3
init design md
il y a 9 mois
ssynn
09d1debb04
修改ttl随机种子
il y a 10 mois
ssynn
fc03061956
把随机种子改成一样的
il y a 11 mois
ssynn
879fd25d02
修改Readme
il y a 11 mois
ssynn
ec884a8bff
添加ttl测试用例
il y a 11 mois
Austin Sullivan
23e35d792b
Merge pull request #1202 from pkasting/main
[jumbo] Add begin()/end() to Slice.
il y a 1 an
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
il y a 1 an
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
il y a 1 an
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
il y a 2 ans
leveldb Team
c61238dcf3
Support Zstd compression level in Leveldb
PiperOrigin-RevId: 520556840
il y a 2 ans
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
il y a 2 ans
Victor Costan
9cbbc5fb75
Merge pull request #1104 from reillyeon:chromium_env
PiperOrigin-RevId: 520172744
il y a 2 ans
Victor Costan
80d858fb2a
Merge pull request #1106 from reillyeon:run_many
PiperOrigin-RevId: 520171344
il y a 2 ans