summary refs log tree commit diff
path: root/changelog.d/16649.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.97.0rc1David Robertson2023-11-211-1/+0
|
* Speed up persisting large number of outliers (#16649)Erik Johnston2023-11-161-0/+1
Recalculating the roots tuple every iteration could be very expensive, so instead let's do a topological sort.