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

Faster Vectors #363

Merged
merged 14 commits into from
Jan 30, 2023
Merged

Faster Vectors #363

merged 14 commits into from
Jan 30, 2023

Conversation

jamescourtney
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Jan 28, 2023

Codecov Report

Merging #363 (934ab20) into main (576e735) will increase coverage by 0.22%.
The diff coverage is 99.06%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #363      +/-   ##
==========================================
+ Coverage   96.63%   96.86%   +0.22%     
==========================================
  Files         114      121       +7     
  Lines        8747     9570     +823     
  Branches      818      812       -6     
==========================================
+ Hits         8453     9270     +817     
- Misses        202      204       +2     
- Partials       92       96       +4     
Impacted Files Coverage Δ
src/FlatSharp.Compiler/FlatSharpCompiler.cs 97.14% <ø> (-0.07%) ⬇️
...rc/FlatSharp.Runtime/GeneratedSerializerWrapper.cs 83.55% <ø> (-2.26%) ⬇️
src/FlatSharp.Runtime/SortedVectorHelpers.cs 99.38% <ø> (-0.13%) ⬇️
src/FlatSharp/TypeModel/RuntimeTypeModel.cs 85.71% <ø> (ø)
src/FlatSharp/TypeModel/ScalarTypeModels.cs 100.00% <ø> (ø)
src/FlatSharp.Runtime/Vectors/VectorExceptions.cs 69.23% <69.23%> (ø)
...time/Vectors/FlatBufferProgressiveIndexedVector.cs 93.65% <75.00%> (-1.88%) ⬇️
...atSharp.Runtime/Vectors/FlatBufferIndexedVector.cs 92.45% <87.50%> (-2.38%) ⬇️
...c/FlatSharp.Runtime/Vectors/GreedyIndexedVector.cs 93.10% <90.90%> (-0.80%) ⬇️
src/FlatSharp.Runtime/Vectors/VectorsCommon.cs 90.90% <90.90%> (ø)
... and 30 more

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 576e735...934ab20. Read the comment docs.

@jamescourtney jamescourtney merged commit 4163907 into main Jan 30, 2023
@jamescourtney jamescourtney deleted the vectorTests branch January 30, 2023 09:09
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.

None yet

1 participant