Re: [Collections] Bloom filter package's Hasher to extend Function

2024-04-25 Thread Alex Herbert
On Thu, 25 Apr 2024 at 21:47, Gary D. Gregory wrote: > Hi Clause, Albert, and all, > > Why not make Hasher more functional like so: > > public interface Hasher extends Function > > It would implement the standard `apply` instead of `indices`. > > WDYT? > > Gary > I do not see any problems with t

Re: [VOTE] Release Apache Commons BCEL 6.9.0 based on RC1

2024-04-25 Thread Gary D. Gregory
Ping :-) On 2024/04/22 18:48:21 Bruno Kinoshita wrote: > +1 > > Building OK from tag on > > Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) > Maven home: /opt/apache-maven-3.8.5 > Java version: 17.0.10, vendor: Private Build, runtime: > /usr/lib/jvm/java-17-openjdk-amd64 > Default

[Collections] Bloom filter package's Hasher to extend Function

2024-04-25 Thread Gary D. Gregory
Hi Clause, Albert, and all, Why not make Hasher more functional like so: public interface Hasher extends Function It would implement the standard `apply` instead of `indices`. WDYT? Gary - To unsubscribe, e-mail: dev-unsubscr

Re: Does anyone know of a good cache testing library?

2024-04-25 Thread Gary Gregory
Commons JCS? Gary On Thu, Apr 25, 2024, 6:17 AM Claude Warren wrote: > I am looking for a cache testing library to test a new cache eviction > strategy that I have developed. Does anybody know of one, preferably in > Java? > > Claude >

Does anyone know of a good cache testing library?

2024-04-25 Thread Claude Warren
I am looking for a cache testing library to test a new cache eviction strategy that I have developed. Does anybody know of one, preferably in Java? Claude