zz-jason / leanstore

LeanStore is a larger-than-memory database, optimized for NVMe SSD and multi-core CPU, achieves performance close to in-memory systems without having to keep all data in memory.
MIT License
20 stars 2 forks source link

feat: support build on ARM #33

Closed zz-jason closed 8 months ago

zz-jason commented 8 months ago

remove dependency on onetbb

codecov[bot] commented 8 months ago

Codecov Report

Attention: 320 lines in your changes are missing coverage. Please review.

Comparison is base (47d3930) 33.53% compared to head (bd82c50) 33.92%.

Files Patch % Lines
...rce/storage/buffer-manager/BufferFrameProvider.hpp 19.35% 47 Missing and 3 partials :warning:
source/profiling/tables/CRTable.cpp 0.00% 39 Missing :warning:
source/profiling/tables/CPUTable.cpp 0.00% 38 Missing :warning:
source/utils/EnumerableThreadLocal.hpp 10.00% 36 Missing :warning:
source/profiling/tables/BMTable.cpp 0.00% 24 Missing :warning:
source/profiling/tables/DTTable.cpp 0.00% 22 Missing :warning:
source/profiling/tables/LatencyTable.cpp 0.00% 11 Missing :warning:
source/storage/btree/BTreeVI.hpp 38.88% 7 Missing and 4 partials :warning:
source/storage/btree/core/BTreeGeneric.cpp 0.00% 8 Missing and 2 partials :warning:
source/concurrency-recovery/ConcurrencyControl.cpp 0.00% 5 Missing and 4 partials :warning:
... and 17 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #33 +/- ## ========================================== + Coverage 33.53% 33.92% +0.39% ========================================== Files 84 84 Lines 7387 7425 +38 Branches 3051 3042 -9 ========================================== + Hits 2477 2519 +42 - Misses 3673 3677 +4 + Partials 1237 1229 -8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.