jamescourtney / FlatSharp

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

Experiment: Immutable buffers are copied instead of re-serialized. #182

Closed jamescourtney closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #182 (2ad075c) into master (a6dc8e2) will increase coverage by 0.13%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #182      +/-   ##
==========================================
+ Coverage   93.29%   93.43%   +0.13%     
==========================================
  Files          99       99              
  Lines        7178     7200      +22     
  Branches      651      658       +7     
==========================================
+ Hits         6697     6727      +30     
+ Misses        362      354       -8     
  Partials      119      119              
Impacted Files Coverage Δ
...rc/FlatSharp.Runtime/GeneratedSerializerWrapper.cs 80.80% <100.00%> (+3.22%) :arrow_up:
src/FlatSharp/FlatBufferSerializerOptions.cs 82.60% <100.00%> (+1.65%) :arrow_up:
...tSharp/Serialization/DeserializeClassDefinition.cs 100.00% <100.00%> (ø)
src/FlatSharp/TypeModel/TableTypeModel.cs 95.84% <100.00%> (ø)
.../FlatSharp.Runtime/IO/ReadOnlyMemoryInputBuffer.cs 86.11% <0.00%> (+2.77%) :arrow_up:
src/FlatSharp/FlatBufferSerializer.cs 88.37% <0.00%> (+3.48%) :arrow_up:
src/FlatSharp.Runtime/BufferTooSmallException.cs 100.00% <0.00%> (+100.00%) :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 a6dc8e2...2ad075c. Read the comment docs.