petgraph / fixedbitset

A simple bitset container for Rust
https://docs.rs/fixedbitset/
Apache License 2.0
121 stars 45 forks source link

Further optimize Clone::clone_from #128

Closed james7132 closed 5 months ago

james7132 commented 5 months ago

Follow up to #127. This PR avoids a deallocation in the case where the backing store may need to grow.