SilverNarcissus commented on issue #83: WIP: Initial bloom filter code 
contribution
URL: 
https://github.com/apache/commons-collections/pull/83#issuecomment-546305451
 
 
   > I think that the use case for checking for a match against an existing 
filter should at least have some performance testing of the two cases:
   > 
   > 1. Build another filter (the target) and perform a bitwise AND with the 
existing filter
   > 2. Dynamically identify the bits set in the filter for the target and 
check each against the existing filter
   > 
   > The API for case 2 would need some consideration as to the best way to 
dynamically provide int values.
   
   Hi~ @aherbert  
   You explain my  consideration clearly! Awesome!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to