Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate indexmap to 2.2.3 #94

Merged
merged 1 commit into from
Feb 12, 2024
Merged

Update Rust crate indexmap to 2.2.3 #94

merged 1 commit into from
Feb 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 12, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
indexmap dependencies patch 2.2.2 -> 2.2.3

Release Notes

indexmap-rs/indexmap (indexmap)

v2.2.3

Compare Source

  • Added move_index and swap_indices methods to IndexedEntry,
    OccupiedEntry, and RawOccupiedEntryMut, functioning like the existing
    methods on IndexMap.
  • Added shift_insert methods on VacantEntry and RawVacantEntryMut, as
    well as shift_insert_hashed_nocheck on the latter, to insert the new entry
    at a particular index.
  • Added shift_insert methods on IndexMap and IndexSet to insert a new
    entry at a particular index, or else move an existing entry there.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependency label Feb 12, 2024
Copy link

Benchmark for 52affce

Click to view benchmark
Test Base PR %
Reclass::inventory() multi-threaded 1632.0±139.23µs 1602.9±94.55µs -1.78%
Reclass::inventory() single-threaded 3.6±0.04ms 3.6±0.04ms 0.00%

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@renovate renovate bot force-pushed the renovate/indexmap-2.x branch from f85efcc to 5e4e032 Compare February 12, 2024 09:46
Copy link

Benchmark for ff7149e

Click to view benchmark
Test Base PR %
Reclass::inventory() multi-threaded 1589.8±75.25µs 1581.5±52.12µs -0.52%
Reclass::inventory() single-threaded 3.5±0.02ms 3.6±0.06ms +2.86%

@simu simu merged commit 059a60d into main Feb 12, 2024
18 checks passed
@simu simu deleted the renovate/indexmap-2.x branch February 12, 2024 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant