You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2019/11/03 15:36:26 UTC

[GitHub] [commons-collections] aherbert commented on issue #83: WIP: Initial bloom filter code contribution

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:
users@infra.apache.org


With regards,
Apache Git Services