Uses of Class
app.keve.ktlsh.benchmarks.HashBenchmark.MyState
Package | Description |
---|---|
app.keve.ktlsh.benchmarks |
kTLSH benchmarks.
|
-
Uses of HashBenchmark.MyState in app.keve.ktlsh.benchmarks
Methods in app.keve.ktlsh.benchmarks with parameters of type HashBenchmark.MyState Modifier and Type Method Description void
HashBenchmark. testKLarge16MiB(HashBenchmark.MyState state)
Benchmark hash with K implementation, 16MiB buffer.void
HashBenchmark. testKSmall32KiB(HashBenchmark.MyState state)
Benchmark hash with K implementation, 32KiB buffer.void
HashBenchmark. testMD5Large16MiB(HashBenchmark.MyState state)
Benchmark MD5 hash, 16MiB buffer.void
HashBenchmark. testMD5Small32KiB(HashBenchmark.MyState state)
Benchmark MD5 hash, 32KiB buffer.void
HashBenchmark. testTMLarge16MiB(HashBenchmark.MyState state)
Benchmark hash with TM implementation, 16MiB buffer.void
HashBenchmark. testTMSmall32KiB(HashBenchmark.MyState state)
Benchmark hash with TM implementation, 32KiB buffer.