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

use inline value class to remove the runtime overhead of Qualifier #2097

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

luozejiaqun
Copy link

Qualifier is ideally suited to be implemented as a value class. But the main problem is binary compatibility. The current implement is only source code compatible, not binary compatible. Maybe we should internal both StringQualifier & TypeQualifier, or deprecate them first.
This not a PR, but a suggestion to migrate Qualifier to value class.

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