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

Move more internal types to the new AnyObj abstraction #844

Open
18 tasks done
udoprog opened this issue Oct 27, 2024 · 0 comments
Open
18 tasks done

Move more internal types to the new AnyObj abstraction #844

udoprog opened this issue Oct 27, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@udoprog
Copy link
Collaborator

udoprog commented Oct 27, 2024

There is no longer much benefit to inlining some of the built-in types in favor of moving them into the new AnyObj abstraction. Removing the Mutable enum completely will reduce complexity and in particular it will allow for more efficient type checking without the need to borrow the interior value.

See #843 which performs this change for the builtin range types.

Types that could be moved:

@udoprog udoprog added enhancement New feature or request help wanted Extra attention is needed labels Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant