use `swap_remove` instead of `remove` in a few places
`swap_remove` is faster if we don't care about the order (O(1))
Signed-off-by:
strawberry <strawberry@puppygock.gay>
Loading
Please register or sign in to comment
`swap_remove` is faster if we don't care about the order (O(1))
Signed-off-by:
strawberry <strawberry@puppygock.gay>