Claudenw commented on issue #83: WIP: Initial bloom filter code contribution URL: https://github.com/apache/commons-collections/pull/83#issuecomment-535131864 The classes/interfaces in bloomfilter are the core of the bloomfilter code. The bloomfilters.collections package contains interfaces and implementations of collections that are gated by bloomfilters (A common use case). There is another package that is not ready (and probably should go under its own pull request later) that implements indexing on bloomfilters (Not an easy task). Adina Crainiceanu has indicated that her bloofi[1] implementation could be included. I have two other indexing strategies but am working to ensure there are no encumbrances by my past employers. Since they are algorithms I do not expect issues. Anyway, I would expect that such classes would go into a bloomfilter.index package (or something similarly named) Claude [1] https://arxiv.org/abs/1501.01941 On Wed, Sep 25, 2019 at 5:05 PM Gary Gregory <[email protected]> wrote: > I brought this patch into Eclipse to make it easier to grok and the first > thing that stands out is the package > org.apache.commons.collections4.bloomfilter.collection. Why are these > types not in org.apache.commons.collections4.bloomfilter? > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/apache/commons-collections/pull/83?email_source=notifications&email_token=AASTVHVXN4DTXT66C2JQVXTQLOD5TA5CNFSM4IWGTGA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7SOHEY#issuecomment-535094163>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AASTVHR7QN42COKXOIR2MP3QLOD5TANCNFSM4IWGTGAQ> > . > -- I like: Like Like - The likeliest place on the web <http://like-like.xenei.com> LinkedIn: http://www.linkedin.com/in/claudewarren
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
