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

Some addHandlers don't suppress duplicates #101

Open
rrnewton opened this issue Nov 2, 2014 · 1 comment
Open

Some addHandlers don't suppress duplicates #101

rrnewton opened this issue Nov 2, 2014 · 1 comment

Comments

@rrnewton
Copy link
Member

rrnewton commented Nov 2, 2014

I'm seeing some delta callbacks that always return Just. This includes PureMap, IVar, and probably others.

For some data structures it will be a tradeoff suppression will require an extra log(N) lookup into the data structure to check if it is already there.

@rrnewton
Copy link
Member Author

rrnewton commented Nov 4, 2014

We should start by having regression tests for this. How does BFS/connnected-component work without this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant