Skip to content

Conversation

@quinnj
Copy link
Member

@quinnj quinnj commented Oct 24, 2025

Fixes #528. Alternative to #568

cc: @KristofferC

@KristofferC
Copy link
Contributor

Before:

❯ julia --project mwe.jl
  0.140257 seconds (2.56 M allocations: 130.583 MiB, 16.17% gc time

❯ julia --project --threads=auto mwe.jl
 32.504022 seconds (2.58 M allocations: 131.676 MiB, 0.04% gc time, 13046169 lock conflicts)

After:

❯ julia --project mwe.jl
  0.137567 seconds (2.71 M allocations: 142.244 MiB, 14.55% gc time)

❯ julia --project --threads=auto mwe.jl
  0.102691 seconds (2.70 M allocations: 141.407 MiB, 8.58% gc time, 65 lock conflicts)

🚀

@quinnj quinnj merged commit c011888 into main Oct 24, 2025
34 of 44 checks passed
@quinnj quinnj deleted the jq-528 branch October 24, 2025 22:10
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.

Severe negative scaling when running Julia threaded.

2 participants