-
Notifications
You must be signed in to change notification settings - Fork 323
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
Multiple Vector.slice over each other slow things down #11945
base: develop
Are you sure you want to change the base?
Conversation
The current benchmarks results are here:
as can be seen |
This benchmark run shows that
e.g. there is something to speed up. ba0593a helps a lot, but uncovers a problem of "Insert Node" which converts |
@4e6, with the here-in proposed change ba0593a your project finishes in few seconds:
in this case 11s. |
Pull Request Description
Fixes #11859 by unwrapping results of previous
Vector.slice
before doing anotherslice
.Checklist
Please ensure that the following checklist has been satisfied before submitting the PR:
Scala,
Java,