jamescourtney / FlatSharp

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

Reduce size of union type #194

Closed jamescourtney closed 3 years ago

jamescourtney commented 3 years ago

Unions use too much memory. Let's make them smaller.

codecov[bot] commented 3 years ago

Codecov Report

Merging #194 (3287752) into master (4b4d964) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #194   +/-   ##
=======================================
  Coverage   94.59%   94.59%           
=======================================
  Files          99       99           
  Lines        7196     7196           
  Branches      622      622           
=======================================
  Hits         6807     6807           
  Misses        293      293           
  Partials       96       96           

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 4b4d964...3287752. Read the comment docs.