Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce JIT'ed Code Size and Optimize #421

Merged
merged 11 commits into from
Feb 20, 2024
Merged

Reduce JIT'ed Code Size and Optimize #421

merged 11 commits into from
Feb 20, 2024

Conversation

jamescourtney
Copy link
Owner

No description provided.

Copy link

codecov bot commented Feb 19, 2024

Codecov Report

Attention: 15 lines in your changes are missing coverage. Please review.

Comparison is base (a1fad43) 97.01% compared to head (a854605) 97.02%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #421      +/-   ##
==========================================
+ Coverage   97.01%   97.02%   +0.01%     
==========================================
  Files         126      126              
  Lines        9735     9701      -34     
  Branches      787      785       -2     
==========================================
- Hits         9444     9412      -32     
+ Misses        200      198       -2     
  Partials       91       91              
Files Coverage Δ
src/FlatSharp.Compiler/SchemaModel/RootModel.cs 99.11% <100.00%> (ø)
...FlatSharp.Compiler/SchemaModel/TableSchemaModel.cs 100.00% <100.00%> (ø)
...harp.Compiler/SchemaModel/ValueUnionSchemaModel.cs 97.02% <100.00%> (+0.06%) ⬆️
src/FlatSharp.Runtime/IO/InputBufferExtensions.cs 95.45% <100.00%> (-0.63%) ⬇️
src/FlatSharp.Runtime/SerializationHelpers.cs 93.10% <100.00%> (ø)
src/FlatSharp.Runtime/SortedVectorHelpers.cs 98.80% <100.00%> (ø)
src/FlatSharp.Runtime/VTables/VTableGeneric.cs 100.00% <100.00%> (ø)
...atSharp.Runtime/Vectors/FlatBufferIndexedVector.cs 84.48% <100.00%> (ø)
...time/Vectors/FlatBufferProgressiveIndexedVector.cs 86.76% <100.00%> (ø)
src/FlatSharp.Runtime/Vectors/VectorExceptions.cs 83.33% <ø> (+8.33%) ⬆️
... and 37 more

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a1fad43...a854605. Read the comment docs.

@jamescourtney jamescourtney merged commit 6acaf8f into main Feb 20, 2024
7 of 8 checks passed
@jamescourtney jamescourtney deleted the reduce_code_size branch February 20, 2024 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant