wesley
ce7a5410ed
Merge remote-tracking branch 'refs/remotes/origin/main'
před 8 měsíci
Arcueid
b6aceb37db
update report
před 8 měsíci
Arcueid
8dd61a1e16
update design and report doc
před 8 měsíci
wesley
32e61b5e29
Merge remote-tracking branch 'refs/remotes/origin/main'
před 8 měsíci
ArcueidType
30e2712000
add write bytes info
před 8 měsíci
wesley
a0f1e5ad83
Merge remote-tracking branch 'refs/remotes/origin/main'
před 8 měsíci
ArcueidType
6c04c50aae
parse file name bug fix
před 8 měsíci
wesley
328a8b3cc6
Merge remote-tracking branch 'refs/remotes/origin/main'
před 8 měsíci
ArcueidType
17bac7d6d6
manager permanent bug fix
před 8 měsíci
ArcueidType
e93419c268
gc bug fix
před 8 měsíci
wesley
45e1148a9c
Merge remote-tracking branch 'refs/remotes/origin/main'
před 8 měsíci
ArcueidType
6a7aa874b1
gc bug fix
před 8 měsíci
wesley
18ea460b40
Merge remote-tracking branch 'refs/remotes/origin/main'
před 8 měsíci
ArcueidType
0d069e81e7
fix ~dbimpl
před 8 měsíci
wesley
0ae41c46ef
Merge remote-tracking branch 'refs/remotes/origin/main'
před 8 měsíci
ArcueidType
339d0a57c0
add size method for fields
před 8 měsíci
wesley
97cbccbc4f
Merge remote-tracking branch 'refs/remotes/origin/main'
před 8 měsíci
ArcueidType
096f6fddfb
gc function
před 8 měsíci
李畅
071dffd533
unnecessary modeldb ignored
před 8 měsíci
ArcueidType
568fe7ac2e
vtable manager
před 8 měsíci
ArcueidType
39187ba9d5
modify experiment config
před 9 měsíci
ArcueidType
f1d10e175c
benmark bug fixed
před 9 měsíci
Arcueid
1118a1c75c
some fix
před 9 měsíci
ArcueidType
8fd263dcd5
update code structure
před 9 měsíci
Arcueid
1b23620856
append basic io test and pass
před 9 měsíci
Arcueid
5f34bd07a9
install vTable builder and reader into leveldb
před 9 měsíci
Arcueid
704800e4db
builder and reader pass test_vtable
před 9 měsíci
Arcueid
7ec558c54b
first release of vTable builder and reader, pass test_vtable
před 9 měsíci
ArcueidType
f438aaef82
basic structure of vtable
před 9 měsíci
ArcueidType
c6783d62f1
update original get
před 9 měsíci
ArcueidType
3a042c5b30
clear useless code
před 9 měsíci
ArcueidType
5babb13211
optimize FindKeyByField
před 9 měsíci
ArcueidType
61e7ce6d93
Implement Fields and pass the tests
před 9 měsíci
ArcueidType
d62f278508
edit fields test
před 9 měsíci
ArcueidType
ab2ffc2059
design of field str
před 9 měsíci
ArcueidType
a3ec99aecb
update README
před 9 měsíci
ArcueidType
9180866551
detailed missions
před 9 měsíci
ArcueidType
1c55356058
Merge branch 'wesley'
před 9 měsíci
李畅
7be10da2d0
finish PLAN.md
před 9 měsíci
ArcueidType
bc369456e8
fix code display
před 10 měsíci
ArcueidType
6845e682c5
fix pic path
před 10 měsíci
ArcueidType
9d24c6f959
fix pic path
před 10 měsíci
ArcueidType
d87b364f9d
Complete Part 2, 3, 4 of Plan
před 10 měsíci
韩晨旭
0c88a409d2
Complete Part 2, 3, 4 of Plan
před 10 měsíci
Austin Sullivan
23e35d792b
Merge pull request #1202 from pkasting/main
[jumbo] Add begin()/end() to Slice.
před 1 rokem
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
před 1 rokem
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
před 1 rokem
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
před 2 roky
leveldb Team
c61238dcf3
Support Zstd compression level in Leveldb
PiperOrigin-RevId: 520556840
před 2 roky
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
před 2 roky