jamescourtney / FlatSharp

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

Progressive Serialization Mode Performance Optimizations #227

Closed jamescourtney closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #227 (4f58ef4) into flatSharp6 (f2d087b) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@              Coverage Diff               @@
##           flatSharp6     #227      +/-   ##
==============================================
+ Coverage       95.10%   95.11%   +0.01%     
==============================================
  Files             108      108              
  Lines            7012     7027      +15     
  Branches          673      677       +4     
==============================================
+ Hits             6669     6684      +15     
  Misses            239      239              
  Partials          104      104              
Impacted Files Coverage Δ
...harp.Runtime/Attributes/FlatBufferItemAttribute.cs 100.00% <ø> (ø)
...time/Vectors/FlatBufferProgressiveIndexedVector.cs 91.11% <100.00%> (-0.38%) :arrow_down:
...arp.Runtime/Vectors/FlatBufferProgressiveVector.cs 93.68% <100.00%> (+3.05%) :arrow_up:
src/FlatSharp.Runtime/Vectors/FlatBufferVector.cs 100.00% <100.00%> (ø)
.../FlatSharp.Runtime/Vectors/FlatBufferVectorBase.cs 96.25% <100.00%> (ø)
...atSharp.Runtime/Vectors/FlatBufferVectorOfUnion.cs 91.30% <100.00%> (ø)
src/FlatSharp/FlatBufferVectorHelpers.cs 100.00% <100.00%> (ø)

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 f2d087b...4f58ef4. Read the comment docs.