Re: [collections] BloomFilter package architecture discussion

2019-10-19 Thread Claude Warren
As an experiment I attempted to implement a complete BloomFilter (see BloomFilterI2 in https://issues.apache.org/jira/browse/COLLECTIONS-728) using only IntStream and merge( BloomFilter ). It is possible, though probably not the fastest implementation. We could define something like: ByteBuffer

Re: [beanutils] Towards 2.0?

2019-10-19 Thread Melloware
Gary, I misunderstood I apologize. I see you are saying convert anywhere we are using Commons Collections with JDK8 native calls then yes I would definitely support that. Let me see if I can take a crack at it and submit a PR. Melloware

Re: [collections] BloomFilter package architecture discussion

2019-10-19 Thread Gilles Sadowski
Hello. 2019-10-19 16:20 UTC+02:00, Claude Warren : > On Fri, Oct 18, 2019 at 3:22 PM Gilles Sadowski > wrote: > >> Hi. >> >> >>> [...] >> > > >> > > Maybe I was not clear enough: I'm not saying that we should prefer >> > > some representation (of the state) over another; only that the how >> > >

Re: [collections] BloomFilter package architecture discussion

2019-10-19 Thread Claude Warren
On Fri, Oct 18, 2019 at 3:22 PM Gilles Sadowski wrote: > Hi. > > >>> [...] > > > > > > Maybe I was not clear enough: I'm not saying that we should prefer > > > some representation (of the state) over another; only that the how > > > the state is represented externally need not be the same as the