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

Adopt optimized isolated path for SelectableEL #3075

Merged
merged 4 commits into from
Jan 21, 2025

Conversation

Lukasa
Copy link
Contributor

@Lukasa Lukasa commented Jan 20, 2025

Motivation:

Users of SelectableEventLoop deserve to have their code that uses the isolated event loop view perform at least as well as the code that doesn't.

Modifications:

  • Adopt the extra protocol witnesses.
  • Refactor out common code.

Result:

Better performance

Motivation:

Users of SelectableEventLoop deserve to have their code that
uses the isolated event loop view perform at least as well as
the code that doesn't.

Modifications:

- Adopt the extra protocol witnesses.
- Refactor out common code.

Result:

Better performance
@Lukasa Lukasa added the 🔨 semver/patch No public API change. label Jan 20, 2025
Sources/NIOPosix/SelectableEventLoop.swift Outdated Show resolved Hide resolved
@Lukasa Lukasa enabled auto-merge (squash) January 21, 2025 16:12
@Lukasa Lukasa merged commit e2bfe08 into apple:main Jan 21, 2025
34 of 35 checks passed
@Lukasa Lukasa deleted the cb-fast-path-isolated-sel branch January 21, 2025 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants