onflow / atree

Atree provides scalable arrays and scalable ordered maps.
https://onflow.org
Apache License 2.0
39 stars 13 forks source link

Reduce encoded size of map and bump version #331

Closed fxamacker closed 11 months ago

fxamacker commented 11 months ago

Updates #292 Updates https://github.com/onflow/flow-go/issues/1744

Changes:

⚠️ This change requires data migration and data format version was bumped from 0 to 1.


codecov-commenter commented 11 months ago

Codecov Report

Merging #331 (cb5d4b0) into main (06f4676) will increase coverage by 0.25%. Report is 4 commits behind head on main. The diff coverage is 68.95%.

@@            Coverage Diff             @@
##             main     #331      +/-   ##
==========================================
+ Coverage   65.04%   65.30%   +0.25%     
==========================================
  Files          14       14              
  Lines        8593     8761     +168     
==========================================
+ Hits         5589     5721     +132     
- Misses       2296     2323      +27     
- Partials      708      717       +9     
Files Changed Coverage Δ
map.go 67.44% <68.84%> (+0.48%) :arrow_up:
map_debug.go 52.45% <100.00%> (ø)

... and 1 file with indirect coverage changes