jamescourtney / FlatSharp

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

VTable Optimizations #320

Closed jamescourtney closed 1 year ago

jamescourtney commented 1 year ago

JIT can generate jump tables now

codecov[bot] commented 1 year ago

Codecov Report

Merging #320 (0ca4df6) into main (1885fa4) will decrease coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #320      +/-   ##
==========================================
- Coverage   95.83%   95.78%   -0.06%     
==========================================
  Files         112      112              
  Lines        8028     7923     -105     
  Branches      751      751              
==========================================
- Hits         7694     7589     -105     
  Misses        225      225              
  Partials      109      109              
Impacted Files Coverage Δ
src/FlatSharp.Runtime/IO/InputBufferExtensions.cs 95.74% <ø> (ø)
src/FlatSharp.Runtime/VTables/VTable4.cs 90.74% <100.00%> (-3.09%) :arrow_down:
src/FlatSharp.Runtime/VTables/VTable8.cs 91.89% <100.00%> (-4.17%) :arrow_down:

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 1885fa4...0ca4df6. Read the comment docs.