You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There have been some serious improvements since the release of v2.0.0, like #51 which made IntMap::with_capacity(0) avoid allocation. It would be great if those were available on crates.io.
The text was updated successfully, but these errors were encountered:
This isn't quite done yet. The release notes were updated by #76 but the corresponding bump to the version in Cargo.toml is still needed, and I think that's a prerequisite for actually cargo publishing to crates.io.
There have been some serious improvements since the release of v2.0.0, like #51 which made
IntMap::with_capacity(0)
avoid allocation. It would be great if those were available on crates.io.The text was updated successfully, but these errors were encountered: