-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
perf: handle engine API range request in a new task #3685
Conversation
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.
awesome, thats for taking this on, the function changes look good.
I'd like to move all fields into an Arc wrapper,
we could also do this in a follow PR, but then the Provider should still not be in an Arc here and instead restricted to be Clone
Codecov Report
... and 32 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more.
|
f8524b4
to
88fa017
Compare
88fa017
to
59f8e87
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.
cool!
tysm for this
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Hello there, first time contributing. LMK what you think!
Closes #3674