public class BFHashSpeed
extends java.lang.Object
Constructor and Description |
---|
BFHashSpeed() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
static void |
speedTests(int hashCount,
int m,
int k,
int rounds,
long seed) |
static java.lang.String |
testSpeed(BloomFilter.HashMethod hm,
java.lang.String cryptFunc,
java.util.List<java.util.List<java.lang.String>> hashData,
int hashCount,
int m,
int k,
int rounds,
long seed) |
public static void main(java.lang.String[] args)
public static void speedTests(int hashCount, int m, int k, int rounds, long seed)
public static java.lang.String testSpeed(BloomFilter.HashMethod hm, java.lang.String cryptFunc, java.util.List<java.util.List<java.lang.String>> hashData, int hashCount, int m, int k, int rounds, long seed)