Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Aug 20, 2025

🤖 New release

  • hashbrown: 0.16.0 -> 0.16.1 (✓ API compatible changes)
Changelog

0.16.1 - 2025-11-02

Added

  • recognize and use over sized allocations

Fixed

Other

  • Remove InsertSlot

  • Merge pull request feat: recognize and use over sized allocations #523 from morrisonlevi/oversized-allocations

  • fix return

  • address feedback from code review

  • fast-path for not oversized allocations

  • add with_capacity benchmark

  • Merge pull request Depend on serde_core instead of serde #649 from DaniPopes/serde_core

  • Depend on serde_core instead of serde

  • Merge pull request Update changelog for 0.16 #645 from Amanieu/0.16-changelog

  • Update changelog for 0.16

  • The get_many_mut family of methods have been renamed to get_disjoint_mut
    to match the standard library. The old names are still present for now, but
    deprecated.


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-08-20T21-28-39Z branch 3 times, most recently from fc49605 to 2d77278 Compare August 27, 2025 10:51
@github-actions github-actions bot force-pushed the release-plz-2025-08-20T21-28-39Z branch from 2d77278 to adc6465 Compare August 28, 2025 23:16
@github-actions github-actions bot changed the title chore: release v0.15.6 chore: release v0.16.1 Aug 29, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-08-20T21-28-39Z branch 2 times, most recently from 6b64b0f to 2b2f92f Compare August 29, 2025 20:06
@github-actions github-actions bot force-pushed the release-plz-2025-08-20T21-28-39Z branch 3 times, most recently from 114f56e to 77aab23 Compare September 16, 2025 22:14
@alex
Copy link
Member

alex commented Sep 16, 2025

a) very neat that this apparently auto creates releases!
b) is there a particular criteria for shipping 0.16.1?

@github-actions github-actions bot force-pushed the release-plz-2025-08-20T21-28-39Z branch 2 times, most recently from 1c2a459 to 91fe5fd Compare September 30, 2025 18:20
@github-actions github-actions bot force-pushed the release-plz-2025-08-20T21-28-39Z branch from 91fe5fd to 141ebd6 Compare November 2, 2025 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

par_extend for hashbrown's HashMap is less efficient than rayon's implementation for stdlib HashMap with par_iter over a Vec

2 participants