jamescourtney / FlatSharp

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

Reduce string allocations for .NET Standard by using Array Pool #254

Closed jamescourtney closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #254 (dc1007f) into master (947510d) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #254      +/-   ##
==========================================
+ Coverage   95.20%   95.21%   +0.01%     
==========================================
  Files         109      109              
  Lines        7110     7130      +20     
  Branches      672      672              
==========================================
+ Hits         6769     6789      +20     
  Misses        237      237              
  Partials      104      104              
Impacted Files Coverage Δ
src/FlatSharp.Compiler/FlatSharpCompiler.cs 85.31% <ø> (ø)
src/FlatSharp.Runtime/IO/ScalarSpanReader.cs 100.00% <ø> (ø)
src/FlatSharp.Runtime/IO/SpanWriter.cs 85.45% <ø> (ø)
....Compiler/SchemaModel/AttributeValidationResult.cs 100.00% <100.00%> (ø)
...atSharp.Compiler/SchemaModel/PropertyFieldModel.cs 92.27% <100.00%> (+0.51%) :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 947510d...dc1007f. Read the comment docs.