jamescourtney / FlatSharp

Fast, idiomatic C# implementation of Flatbuffers
Apache License 2.0
510 stars 51 forks source link

Optimize vtables further #321

Closed jamescourtney closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #321 (b8807c6) into main (cbab354) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #321      +/-   ##
==========================================
+ Coverage   95.78%   95.80%   +0.01%     
==========================================
  Files         112      112              
  Lines        7923     7911      -12     
  Branches      751      751              
==========================================
- Hits         7589     7579      -10     
  Misses        225      225              
+ Partials      109      107       -2     
Impacted Files Coverage Δ
src/FlatSharp.Runtime/VTables/VTable4.cs 92.30% <100.00%> (+1.56%) :arrow_up:
src/FlatSharp.Runtime/VTables/VTable8.cs 92.18% <100.00%> (+0.29%) :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 cbab354...b8807c6. Read the comment docs.