jamescourtney / FlatSharp

Fast, idiomatic C# implementation of Flatbuffers
Apache License 2.0
497 stars 50 forks source link

Faster greedy vectors #333

Closed jamescourtney closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #333 (2db67b5) into main (fa1525e) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #333      +/-   ##
==========================================
+ Coverage   96.00%   96.01%   +0.01%     
==========================================
  Files         109      110       +1     
  Lines        8083     8130      +47     
  Branches      747      748       +1     
==========================================
+ Hits         7760     7806      +46     
+ Misses        221      220       -1     
- Partials      102      104       +2     
Impacted Files Coverage Δ
.../FlatSharp.Runtime/Vectors/FlatBufferVectorBase.cs 95.48% <100.00%> (+0.48%) :arrow_up:
src/FlatSharp.Runtime/Vectors/ImmutableList.cs 100.00% <100.00%> (ø)
...FlatSharp/TypeModel/Vectors/ListVectorTypeModel.cs 97.02% <100.00%> (+0.06%) :arrow_up:
...Model/VectorsOfUnion/BaseVectorOfUnionTypeModel.cs 95.50% <100.00%> (ø)
src/FlatSharp.Runtime/SpanComparers.cs 84.09% <0.00%> (-2.28%) :arrow_down:
...atSharp/Serialization/RoslynSerializerGenerator.cs 98.33% <0.00%> (+0.18%) :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 fa1525e...2db67b5. Read the comment docs.