jamescourtney / FlatSharp

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

Optimize vtable initialization #270

Closed jamescourtney closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #270 (030edfa) into main (099eaa2) will decrease coverage by 0.02%. The diff coverage is 96.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #270      +/-   ##
==========================================
- Coverage   95.57%   95.54%   -0.03%     
==========================================
  Files         112      112              
  Lines        7454     7449       -5     
  Branches      691      689       -2     
==========================================
- Hits         7124     7117       -7     
  Misses        230      230              
- Partials      100      102       +2     
Impacted Files Coverage Δ
src/FlatSharp.Runtime/VTables/VTable4.cs 97.29% <93.75%> (-2.71%) :arrow_down:
src/FlatSharp.Runtime/VTables/VTable8.cs 98.48% <96.55%> (-1.52%) :arrow_down:
src/FlatSharp.Runtime/IO/InputBufferExtensions.cs 96.72% <100.00%> (+0.05%) :arrow_up:
src/FlatSharp.Runtime/VTables/VTableGeneric.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 099eaa2...030edfa. Read the comment docs.