Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: indexmap-rs/indexmap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.3
Choose a base ref
...
head repository: indexmap-rs/indexmap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.2.5
Choose a head ref
  • 20 commits
  • 11 files changed
  • 2 contributors

Commits on Feb 25, 2024

  1. Avoid hashing for single-entry maps

    We already avoid hashing for get/remove on empty maps, but we can also
    do this for single-entry maps. Even with a cheap hash function, a single
    equality check ought to be faster than any hash table lookup.
    cuviper committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    8b98253 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Merge pull request #316 from cuviper/trivial-search

    Avoid hashing for single-entry maps
    cuviper authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e0a7f23 View commit details
    Browse the repository at this point in the history
  2. Add insert_sorted

    cuviper committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    1d7b8e2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #315 from cuviper/insert_sorted

    Add `insert_sorted`
    cuviper authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    9deec7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fac3148 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Merge pull request #317 from cuviper/serde-size_hint

    Limit preallocation in deserializers
    cuviper authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    43b322e View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    7e64de1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #318 from cuviper/cautious_capacity

    Simplify `cautious_capacity` since `Bucket` is never a ZST
    cuviper authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    cdebfe8 View commit details
    Browse the repository at this point in the history
  3. Release 2.2.4

    cuviper committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    271b5ae View commit details
    Browse the repository at this point in the history
  4. Merge pull request #319 from cuviper/release-2.2.4

    Release 2.2.4
    cuviper authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    4df99d8 View commit details
    Browse the repository at this point in the history
  5. Add borsh dep to Cargo manifest

    sug0 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ae38b91 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0804a16 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c610e14 View commit details
    Browse the repository at this point in the history
  8. Include borsh in CI workflow

    sug0 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6ad3e42 View commit details
    Browse the repository at this point in the history
  9. ci: reduce features on MSRV

    cuviper authored and sug0 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b8b1f52 View commit details
    Browse the repository at this point in the history
  10. Don't require BuildHasher in BorshSerialize

    cuviper authored and sug0 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    32793f1 View commit details
    Browse the repository at this point in the history
  11. Use S for the BuildHasher parameter

    cuviper authored and sug0 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b81a4d2 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #313 from heliaxdev/heliax/borsh-support

    Add `borsh` serialization support
    cuviper authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c934ace View commit details
    Browse the repository at this point in the history
  13. Release 2.2.5

    cuviper committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5d7bd5e View commit details
    Browse the repository at this point in the history
  14. Merge pull request #320 from cuviper/release-2.2.5

    Release 2.2.5
    cuviper authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    184fe4b View commit details
    Browse the repository at this point in the history
Loading