IntSet

com.netflix.atlas.core.util.IntSet
class IntSet

Sanity check for integer hash set.

> run -wi 10 -i 10 -f1 -t1 .*IntSet.*
...
[info] Benchmark                    Mode  Cnt       Score       Error  Units
[info] IntSet.testIntHashSet       thrpt   10  478541.525 ± 29615.965  ops/s
[info] IntSet.testIntHashSet10k    thrpt   10    1531.614 ±    73.903  ops/s
[info] IntSet.testJavaHashSet      thrpt   10  376161.309 ±  5242.341  ops/s
[info] IntSet.testJavaHashSet10k   thrpt   10    2169.164 ±   126.964  ops/s
[info] IntSet.testTroveHashSet     thrpt   10  416539.087 ± 29554.649  ops/s
[info] IntSet.testTroveHashSet10k  thrpt   10    1813.617 ±    30.182  ops/s

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def testIntHashSet(bh: Blackhole): Unit
def testIntHashSet10k(bh: Blackhole): Unit
def testJavaHashSet(bh: Blackhole): Unit
def testJavaHashSet10k(bh: Blackhole): Unit