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

Optimize assertSubjectUnique() method. #13

Closed
shawnbrown opened this issue Jun 22, 2016 · 1 comment
Closed

Optimize assertSubjectUnique() method. #13

shawnbrown opened this issue Jun 22, 2016 · 1 comment
Milestone

Comments

@shawnbrown
Copy link
Owner

The assertDataUnique() method operates in-memory without optimizations (see issue #9).

As mentioned earlier (see comment), explore the idea of implementing a Bloom filter approach to solve larger-than-RAM testing for uniques.

@shawnbrown shawnbrown mentioned this issue Jun 22, 2016
@shawnbrown shawnbrown changed the title Optimize assertDataUnique() method. Optimize assertSubjectUnique() method. Jul 6, 2016
@shawnbrown shawnbrown modified the milestone: 1.0.0 Jul 20, 2016
@shawnbrown
Copy link
Owner Author

This has been resolved with the addition of the RequiredUnique class: f622b0e

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

1 participant