-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Optimize from_bitwise_binary_op #9378
Copy link
Copy link
Closed
Labels
arrowChanges to the arrow crateChanges to the arrow crateenhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelognext-major-releasethe PR has API changes and it waiting on the next major versionthe PR has API changes and it waiting on the next major version
Metadata
Metadata
Assignees
Labels
arrowChanges to the arrow crateChanges to the arrow crateenhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelognext-major-releasethe PR has API changes and it waiting on the next major versionthe PR has API changes and it waiting on the next major version
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
from_bitwise_binary_opCan be slow when theDescribe the solution you'd like
Implement the same optimizations as in #9297
bit_offset0 but round it to a multiple of 64chunk_exactfor the fallback pathDescribe alternatives you've considered
Additional context