mirror of
https://github.com/nushell/nushell.git
synced 2025-05-25 00:51:18 +00:00
# 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.