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

Change OpState to be a specified concrete type #947

Open
dsherret opened this issue Oct 29, 2024 · 0 comments
Open

Change OpState to be a specified concrete type #947

dsherret opened this issue Oct 29, 2024 · 0 comments
Assignees

Comments

@dsherret
Copy link
Member

dsherret commented Oct 29, 2024

I think we should use a concrete type for the op state. It will eliminate the BTreeMap lookups and Rc clones.

There are cases where we put stuff in and out of the op state, but I think that can be part of the specified concrete type if someone needs that behaviour.

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

No branches or pull requests

2 participants