aherbert commented on issue #83: WIP: Initial bloom filter code contribution URL: https://github.com/apache/commons-collections/pull/83#issuecomment-549148859 Are you timing using System.currentTimeMillis()? The data.csv contains only integer values and the times for the fast methods are 0 or 1. Have a look at [JMH](https://openjdk.java.net/projects/code-tools/jmh/). Using this you can run your benchmark methods repeatedly to get timings that eliminate any JVM warm-up issues. If you post your code to the Jira ticket for the BloomFilters I can help to create a JMH equivalent.
---------------------------------------------------------------- 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
