Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Optimize setitem with chunk equal to fill_value, round 2 #738
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
Optimize setitem with chunk equal to fill_value, round 2 #738
Changes from all commits
8153810
c84839e
750d696
6ac2349
eb36713
053ad4c
3375bf0
30c3a30
d2fc396
e4e4012
bd27b9a
814d009
769f5a6
cd56b35
bcbaac4
9096f2c
044a9b8
74e0852
b2ec5ad
62a55ab
dbc32fd
cd28aff
160c2dc
b7fe1fe
af715fe
e17993a
7c9a041
59328f0
72488a8
7489ae9
10199b3
88b4811
3c69719
8aa93fa
0dae9da
40c3f14
7dde846
7a45fd2
99f59ef
a6ba3c7
6f8b6c4
054399e
7025d19
bbabe5c
3abcbc3
c3b4455
ea3356c
b81c14a
05716a3
23bfc1e
b921b34
48c38c7
7e4fbad
b063f52
020475b
a81ac83
f8d8415
1c29fe8
710b875
8a06884
7f859c3
0a7a3cc
1a0f41c
94d5d0a
a918f1d
3dd1afd
2165164
4a4adb1
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
@grlee77: does this work with the
BaseStore
refactoring?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.
What's the implication that this is defined on FSStore?
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.
You mean, what if a store doesn't have this method? For stores without
delitems
, there's a fallback to sequential calls to_chunk_delitem