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

Avoid Boxing/Unboxing on accessing elements of VBufferDataFrameColumn #6865

Merged
merged 1 commit into from
Oct 16, 2023
Merged

Avoid Boxing/Unboxing on accessing elements of VBufferDataFrameColumn #6865

merged 1 commit into from
Oct 16, 2023

Conversation

asmirnov82
Copy link
Contributor

Fixes #6864

@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

Merging #6865 (c77f5f7) into main (9c183fc) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #6865      +/-   ##
==========================================
- Coverage   69.64%   69.63%   -0.01%     
==========================================
  Files        1237     1237              
  Lines      247636   247629       -7     
  Branches    25431    25430       -1     
==========================================
- Hits       172464   172437      -27     
- Misses      68561    68578      +17     
- Partials     6611     6614       +3     
Flag Coverage Δ
Debug 69.63% <100.00%> (-0.01%) ⬇️
production 64.17% <100.00%> (-0.02%) ⬇️
test 88.89% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...icrosoft.Data.Analysis/PrimitiveDataFrameColumn.cs 73.56% <100.00%> (+0.12%) ⬆️

... and 6 files with indirect coverage changes

@JakeRadMSFT JakeRadMSFT merged commit 766569b into dotnet:main Oct 16, 2023
23 checks passed
@ghost ghost locked as resolved and limited conversation to collaborators Nov 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Avoid boxing/unboxing in VBufferDataFrameColumn
2 participants