cloudhead / cloudhead/nonempty
Use swap_remove in from_vec?
Open
- Dominant language
- Rust
- Stars
- 74
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
`.remove(0)` has to copy all elements back, but I'm wondering if ordering could be sacrificed by using `swap_remove` instead, or another method construction method that uses `swap_remove`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.