Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(manger): Revert "perf(manger): remove useless tmp_bindings (#8735)…
…" (#8741) #8735 removes `tmp_bindings` and then calls `Iterator::sorted_unstabled` instead, I thought it ideal but after I saw performance regression, I looked at `sorted_unstabled`'s implementation, and it will cause an allocation every run, but `tmp_bindings` only allocate once, then clear and reuse it in that loop.
- Loading branch information