jamescourtney / FlatSharp

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

Faster Vectors #363

Closed jamescourtney closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #363 (934ab20) into main (576e735) will increase coverage by 0.22%. The diff coverage is 99.06%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #363      +/-   ##
==========================================
+ Coverage   96.63%   96.86%   +0.22%     
==========================================
  Files         114      121       +7     
  Lines        8747     9570     +823     
  Branches      818      812       -6     
==========================================
+ Hits         8453     9270     +817     
- Misses        202      204       +2     
- Partials       92       96       +4     
Impacted Files Coverage Δ
src/FlatSharp.Compiler/FlatSharpCompiler.cs 97.14% <ø> (-0.07%) :arrow_down:
...rc/FlatSharp.Runtime/GeneratedSerializerWrapper.cs 83.55% <ø> (-2.26%) :arrow_down:
src/FlatSharp.Runtime/SortedVectorHelpers.cs 99.38% <ø> (-0.13%) :arrow_down:
src/FlatSharp/TypeModel/RuntimeTypeModel.cs 85.71% <ø> (ø)
src/FlatSharp/TypeModel/ScalarTypeModels.cs 100.00% <ø> (ø)
src/FlatSharp.Runtime/Vectors/VectorExceptions.cs 69.23% <69.23%> (ø)
...time/Vectors/FlatBufferProgressiveIndexedVector.cs 93.65% <75.00%> (-1.88%) :arrow_down:
...atSharp.Runtime/Vectors/FlatBufferIndexedVector.cs 92.45% <87.50%> (-2.38%) :arrow_down:
...c/FlatSharp.Runtime/Vectors/GreedyIndexedVector.cs 93.10% <90.90%> (-0.80%) :arrow_down:
src/FlatSharp.Runtime/Vectors/VectorsCommon.cs 90.90% <90.90%> (ø)
... and 30 more

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 576e735...934ab20. Read the comment docs.