Closed shreyan-gupta closed 1 month ago
Attention: Patch coverage is 95.13889%
with 7 lines
in your changes missing coverage. Please review.
Project coverage is 71.62%. Comparing base (
cf47d81
) to head (68e457d
). Report is 1 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
core/store/src/trie/mem/arena/hybrid.rs | 96.52% | 3 Missing and 1 partial :warning: |
core/store/src/trie/mem/arena/frozen.rs | 50.00% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Review this PR after #12073
This PR introduces HybridArena which represents a combination of owned and shared memory.
This is useful during resharding to create temporary memtries for the children of a split parent shard.