Ian Manske 56e35fc3f9
Reduce element shifting in Record::retain_mut (#10915)
# Description
Replaces the `Vec::remove` in `Record::retain_mut` with some swaps which
should eliminate the `O(n^2)` complexity due to repeated shifting of
elements.
2023-11-02 20:01:46 +01:00
..
2023-09-05 16:35:58 +02:00
2023-08-17 11:58:38 +03:00
2023-10-19 18:41:38 +02:00
2023-08-25 07:50:29 +12:00