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

fix size_hint on count hash set #7854

Merged
merged 1 commit into from
Mar 27, 2024
Merged

fix size_hint on count hash set #7854

merged 1 commit into from
Mar 27, 2024

Conversation

sokra
Copy link
Member

@sokra sokra commented Mar 27, 2024

Description

This fixes too many allocations when collecting from a CountHashSet

Closes PACK-2854

Copy link

vercel bot commented Mar 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview Mar 27, 2024 4:47pm
rust-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 27, 2024 4:47pm
8 Ignored Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) Mar 27, 2024 4:47pm
examples-designsystem-docs ⬜️ Ignored (Inspect) Mar 27, 2024 4:47pm
examples-gatsby-web ⬜️ Ignored (Inspect) Mar 27, 2024 4:47pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) Mar 27, 2024 4:47pm
examples-native-web ⬜️ Ignored (Inspect) Mar 27, 2024 4:47pm
examples-svelte-web ⬜️ Ignored (Inspect) Mar 27, 2024 4:47pm
examples-tailwind-web ⬜️ Ignored (Inspect) Mar 27, 2024 4:47pm
examples-vite-web ⬜️ Ignored (Inspect) Mar 27, 2024 4:47pm

Copy link
Contributor

🟢 Turbopack Benchmark CI successful 🟢

Thanks

Copy link
Contributor

✅ This change can build next-swc

Copy link
Contributor

github-actions bot commented Mar 27, 2024

🟢 CI successful 🟢

Thanks

@sokra sokra merged commit 6f0058c into main Mar 27, 2024
50 checks passed
@sokra sokra deleted the sokra/memory-fixes branch March 27, 2024 18:40
timneutkens pushed a commit to vercel/next.js that referenced this pull request Mar 27, 2024
* vercel/turbo#7797 <!-- Tobias Koppers - fix
externals in side-effect optimized modules -->
* vercel/turbo#7830 <!-- Tobias Koppers - Avoid
showing import map description in resolving issue when there is no
import map mapping -->
* vercel/turbo#7833 <!-- Tobias Koppers - add
next.js trace format -->
* vercel/turbo#7835 <!-- Tobias Koppers -
correct global start by first start time -->
* vercel/turbo#7812 <!-- Will Binns-Smith -
Turbopack docs: Fix broken webpack loaders link -->
* vercel/turbo#7847 <!-- Will Binns-Smith -
Turbo tasks: Reuse aggregation context and apply queued updates -->
* vercel/turbo#7840 <!-- Tobias Koppers - add
concurrency corrected duration -->
* vercel/turbo#7854 <!-- Tobias Koppers - fix
size_hint on count hash set -->
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.

None yet

2 participants