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

concurrency takeover safe for 6.0 #2710

Merged
merged 2 commits into from Apr 29, 2024
Merged

concurrency takeover safe for 6.0 #2710

merged 2 commits into from Apr 29, 2024

Conversation

weissi
Copy link
Member

@weissi weissi commented Apr 26, 2024

Motivation:

Letting NIO take over the Concurrency thread pool is important for performance. We saw roughly 30% improvements on Linux for non-I/O code and much more for I/O code.

Modifications:

Allowlist Swift 6.0.

Result:

More perf for more versions.

@weissi weissi requested a review from Lukasa April 26, 2024 19:12
@FranzBusch
Copy link
Contributor

Nightly failure is known and expected due to new warnings

@FranzBusch FranzBusch added the patch-version-bump-only For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1) label Apr 29, 2024
@weissi weissi enabled auto-merge (squash) April 29, 2024 10:35
@weissi weissi merged commit 447b281 into main Apr 29, 2024
8 of 9 checks passed
@weissi weissi deleted the weissi-patch-1 branch April 29, 2024 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch-version-bump-only For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants