-
Notifications
You must be signed in to change notification settings - Fork 473
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
[COLLECTIONS-843] Implement Layered Bloom filter #402
Merged
Merged
Changes from 2 commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
36beec4
Adjusted tests to handle bloom filter implementations that utilized
Claudenw 5be49b7
cleaned up spacing
Claudenw 3a1a8c8
fixed indent
Claudenw a6b5e81
updated for layered testing
Claudenw 301041b
removed spaces
Claudenw 7631528
fixed merge issue
Claudenw 680d2bb
initial checkin
Claudenw ee2cdff
cleaned up tests
Claudenw d581e99
fixed timing on test
Claudenw 0dddfa2
fixed formatting
Claudenw 756e88f
added javadoc
Claudenw ccf430f
fixed typos
Claudenw b8fe880
removed blank lines
Claudenw a6d4f46
fixed javadocs
Claudenw 4ab19a6
Fix Javadoc
garydgregory ad257e1
Add Javadoc @since 4.5
garydgregory d5e17e8
Add Javadoc @since 4.5
garydgregory 97ca57e
updated tests and added BloomFilterProducer code
Claudenw cb09fbe
Merge branch 'apache:master' into layered_filter
Claudenw 0123c3f
Merge branch 'layered_filter' of github.com:Claudenw/commons-collecti…
Claudenw 1a647d5
Cleaned up javadoc and BiPredicate<BloomFilter,BloomFilter> processing
Claudenw 62eba66
fixed javadoc issues
Claudenw 4e7ab0b
fixed typography issue
Claudenw a1749d7
Fixed a documentation error
Claudenw 8eda0ba
code format cleanup
Claudenw 7bd8d33
code simplification and documentation
Claudenw 63bfe90
added isEmpty and associated tests
Claudenw 8f22d46
Changes as requested by review
Claudenw 1addfe7
cleaned up formatting errors
Claudenw ac92c7d
fixed javadoc issues
Claudenw 6188866
added LayeredBloomFilter to overview.
Claudenw 2967b1e
added coco driven test cases.
Claudenw 6517fed
attempt to fix formatting
Claudenw c3fbcf5
cleaned up javadoc differences
Claudenw b8e4850
cleaned up javadoc
Claudenw 7732ede
Made flatten() part of BloomFilterProducer
Claudenw 9d8282c
fixed since tag.
Claudenw c18e7da
changed X() methods to setX()
Claudenw f24bfad
updated javadoc
Claudenw f0eb919
fixed javadoc errors
Claudenw e193143
Merge branch 'master' into layered_filter
Claudenw 75b9a6d
merged changes from master
Claudenw e3ac952
renamed to Test to CellProducerFromLayeredBloomFilterTest
Claudenw 508eec3
changed to jupiter from junit.
Claudenw c2ecf7e
added override for uniqueIndices as optimization.
Claudenw 9769046
fixed checkstyle issue
Claudenw b39a472
modified as per review
Claudenw 195f987
Merge branch 'layered_filter' of github.com:Claudenw/commons-collecti…
Claudenw a71b55e
Updated tests as per review
Claudenw 4babacf
fixed variable initialization issues
Claudenw 95df800
Merge branch 'master' into layered_filter
Claudenw 68201e5
made suggested test changes
Claudenw d806d6e
fixed broken test
Claudenw 500a252
Remove dead comments per code reviews
garydgregory File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Claudenw I don't think we need to keep these.