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

Revise the implementation of PartialAssignment #58

Open
gfrances opened this issue Mar 10, 2017 · 3 comments
Open

Revise the implementation of PartialAssignment #58

gfrances opened this issue Mar 10, 2017 · 3 comments
Assignees

Comments

@gfrances
Copy link
Member

A PartialAssignment (i.e. partial state) - could be perhaps more efficient with no map involved, just one state plus a bool vector, etc.

@gfrances gfrances self-assigned this Mar 10, 2017
@miquelramirez
Copy link
Member

Does still bother us? We are using standard maps here, perhaps another kind of tree will work better performance-wise with the kind of access patterns that arise, and we don't have to complicate the implementation.

@gfrances
Copy link
Member Author

Not that it bothers a lot, but perhaps I'll have to look at the performance of it... at some point.

@miquelramirez
Copy link
Member

Sure thing :)

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