-
Notifications
You must be signed in to change notification settings - Fork 25
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
[c++] Rework SOMAArray
reader iterator sequence
#1749
[c++] Rework SOMAArray
reader iterator sequence
#1749
Conversation
This pull request has been linked to Shortcut Story #34827: Background research for SOMA array-reader iterator does submit before next and should not, increasing latency. |
Codecov ReportAll modified lines are covered by tests ✅ ❗ Your organization needs to install the Codecov GitHub app to enable full functionality. see 43 files with indirect coverage changes 📢 Thoughts on this report? Let us know!. |
d87b406
to
206beeb
Compare
SOMAArray
Reader Iterator SequenceSOMAArray
reader iterator sequence
3e51a0b
to
6b4c522
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
* [c++] Rework `SOMAArray` Reader Iterator Sequence * Set Up Buffers BEFORE Returning * Rename Functions, Modify R Code * Submit Read When Query is Empty * Correct `first_read_next_` setting * [WIP] Remove Coverage "just to see" * [WIP] View Test Output If Failed * Update Packages in R CI * Also Update in R-Python Interop * Replace apt install with Rscript -e 'update.packages(ask=FALSE)' * Restore Coverage
* [c++] Rework `SOMAArray` Reader Iterator Sequence * Set Up Buffers BEFORE Returning * Rename Functions, Modify R Code * Submit Read When Query is Empty * Correct `first_read_next_` setting * [WIP] Remove Coverage "just to see" * [WIP] View Test Output If Failed * Update Packages in R CI * Also Update in R-Python Interop * Replace apt install with Rscript -e 'update.packages(ask=FALSE)' * Restore Coverage Co-authored-by: Vivian Nguyen <[email protected]>
Issue and/or context:
#1744
Changes:
read_next()
is calledSOMAArray::submit()