Skip to content

fix(deps): update module github.com/puzpuzpuz/xsync/v4 to v4.5.0#436

Merged
jaredallard merged 1 commit intomainfrom
renovate/github.com-puzpuzpuz-xsync-v4-4.x
Apr 18, 2026
Merged

fix(deps): update module github.com/puzpuzpuz/xsync/v4 to v4.5.0#436
jaredallard merged 1 commit intomainfrom
renovate/github.com-puzpuzpuz-xsync-v4-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 18, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/puzpuzpuz/xsync/v4 v4.4.0v4.5.0 age confidence

Release Notes

puzpuzpuz/xsync (github.com/puzpuzpuz/xsync/v4)

v4.5.0

Compare Source

  • Apply integer hash inlining in Map to more types #​195
  • Fix trivial hash flooding in integer hash function in Map #​199
  • Use power-of-two capacity to replace modulo with bitwise ops in MPMCQueue #​200
  • Avoid false sharing in MPMCQueue #​203

Kudos to @​llxisdsh, @​jmasters-git, and @​huynhanx03 for making this release happen.

Breaking changes

MPMCQueue's capacity specified in NewMPMCQueue is now implicitly rounded up to the next power of 2. For example, xsync.NewMPMCQueue[string](1000) means that the queue's capacity will be set to 1024.


Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying stencil with  Cloudflare Pages  Cloudflare Pages

Latest commit: ea3c4ea
Status: ✅  Deploy successful!
Preview URL: https://438f67bb.stencil-1wj.pages.dev
Branch Preview URL: https://renovate-github-com-puzpuzpu-629z.stencil-1wj.pages.dev

View logs

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@jaredallard jaredallard merged commit c7a8505 into main Apr 18, 2026
5 checks passed
@jaredallard jaredallard deleted the renovate/github.com-puzpuzpuz-xsync-v4-4.x branch April 18, 2026 15:02
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.

1 participant