Files
rust/library/alloc/src
Yuki Okushi 0c9b35b8c7 Rollup merge of #87644 - Flying-Toast:vec-remove-note, r=the8472
Recommend `swap_remove` in `Vec::remove` docs

I was able to increase the performance (by 20%!) of my project by changing a `Vec::remove` call to `Vec::swap_remove` in a hot function. I think we should explicitly put a note in the Vec::remove docs to guide people in the right direction so they don't make a similar oversight.
2021-08-02 11:03:30 +09:00
..
2020-07-27 19:51:13 -05:00
2021-07-31 03:57:49 -07:00
2021-07-31 03:57:49 -07:00
2021-06-23 16:26:46 -04:00
2021-06-23 16:26:46 -04:00
2021-07-31 03:57:49 -07:00
2021-04-21 15:45:41 +02:00