-
Notifications
You must be signed in to change notification settings - Fork 176
Comparing changes
Open a pull request
base repository: indexmap-rs/indexmap
base: 2.7.0
head repository: indexmap-rs/indexmap
compare: 2.7.1
- 12 commits
- 10 files changed
- 4 contributors
Commits on Dec 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 779505f - Browse repository at this point
Copy the full SHA 779505fView commit details -
Merge pull request #363 from Fraser999/update-rustdocs
Mention cyclic dependency in main rustdocs
Configuration menu - View commit details
-
Copy full SHA for 31c9862 - Browse repository at this point
Copy the full SHA 31c9862View commit details
Commits on Dec 30, 2024
-
Remove fxhash example from lib.rs
Remove fxhash example as fxhash is not maintained.
Configuration menu - View commit details
-
Copy full SHA for 8eb4de5 - Browse repository at this point
Copy the full SHA 8eb4de5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f63bb6e - Browse repository at this point
Copy the full SHA f63bb6eView commit details
Commits on Jan 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7b64edc - Browse repository at this point
Copy the full SHA 7b64edcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f55755 - Browse repository at this point
Copy the full SHA 2f55755View commit details
Commits on Jan 15, 2025
-
Improve memory reservation for
insert_entry
In `core::RefMut::insert_unique`, used by `insert_entry` and others, we were calling `reserve_entries` *before* the table insert, which defeats the goal of matching capacities. We can't directly call that after table insert though, because we'll be holding an `OccupiedEntry` that prevents looking at the table itself. Instead, this code path now uses a more typical doubling growth on the entries `Vec` itself, but still enhanced by considering `MAX_ENTRIES_CAPACITY` as well.
Configuration menu - View commit details
-
Copy full SHA for 1f12721 - Browse repository at this point
Copy the full SHA 1f12721View commit details
Commits on Jan 20, 2025
-
Merge pull request #364 from hkBst/patch-1
remove fxhash example and dep
Configuration menu - View commit details
-
Copy full SHA for 38ef618 - Browse repository at this point
Copy the full SHA 38ef618View commit details -
Merge pull request #367 from savannstm/better-panics
Improve panic messages and add `#[track_caller]` attribute to functions that may panic
Configuration menu - View commit details
-
Copy full SHA for f0ec924 - Browse repository at this point
Copy the full SHA f0ec924View commit details -
Merge pull request #368 from cuviper/reserve_entries
Improve memory reservation for `insert_entry`
Configuration menu - View commit details
-
Copy full SHA for cb520a7 - Browse repository at this point
Copy the full SHA cb520a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f61b581 - Browse repository at this point
Copy the full SHA f61b581View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42e57a3 - Browse repository at this point
Copy the full SHA 42e57a3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.7.0...2.7.1