Regression in allocations of partialsort!
#47766
Labels
performance
Must go faster
regression
Regression in behavior compared to a previous version
sorting
Put things in order
Milestone
I found this while starting to fall into the pit of decemberly despair that is advent of code:
1.6.7:
1.10/recent-ish master:
The speedup in the average case is nice, but can it be achieved without allocating almost twice the memory that already exists? I think this may be due to the work-space work done recently, so may be related to #47715 (cc @LilithHafner).
partialsort!
doesn't take an algorithm keyword, so there's no workaround for now, I don't think.The text was updated successfully, but these errors were encountered: