Closed tabokie closed 2 years ago
Merging #171 (c2819fa) into master (e32e3e7) will increase coverage by
0.04%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #171 +/- ##
==========================================
+ Coverage 96.98% 97.02% +0.04%
==========================================
Files 26 26
Lines 6592 6619 +27
==========================================
+ Hits 6393 6422 +29
+ Misses 199 197 -2
Impacted Files | Coverage Δ | |
---|---|---|
src/lib.rs | 100.00% <ø> (ø) |
|
src/config.rs | 94.28% <100.00%> (+0.28%) |
:arrow_up: |
src/memtable.rs | 99.51% <100.00%> (+<0.01%) |
:arrow_up: |
src/codec.rs | 98.67% <0.00%> (+0.33%) |
:arrow_up: |
src/consistency.rs | 93.33% <0.00%> (+2.22%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update e59cb35...c2819fa. Read the comment docs.
BTreeMap has better cache locality (and possibly fewer instructions involved) for single key put scenario. Micro benchmarks shows 6% improvement: