Closed grovesNL closed 8 months ago
(probably not worth a changelog entry)
Actually, I think an entry would nice: Better performance is always something downstreams will look forward to and if our reasoning is wrong, the entry will give downstreams at least hint at how we broke their programs.
(probably not worth a changelog entry)
Actually, I think an entry would nice: Better performance is always something downstreams will look forward to and if our reasoning is wrong, the entry will give downstreams at least hint at how we broke their programs.
I agree; this is exactly the sort of change that belongs in the changelog!
Sounds good! Just added a changelog entry.
[x] I added an entry to
rstar/CHANGELOG.md
if knowledge of this change could be valuable to users.I was just looking at some unrelated AABB performance testing and noticed stable sort being used in a couple places.
I don't have a great performance/memory profile to show a meaningful difference here, but there doesn't seem to be a reason we need to stable sort in these places.
(probably not worth a changelog entry)