ListMerge

com.netflix.atlas.core.util.ListMerge
class ListMerge

Sanity check performance of utility for merging sorted lists.

> jmh:run -wi 10 -i 10 -f1 -t1 .*ListMerge.*
...
Benchmark                         Mode  Cnt   Score   Error  Units
ListMerge.hashSet                thrpt   10   0.386 ± 0.021  ops/s
ListMerge.merge                  thrpt   10  42.918 ± 2.044  ops/s
ListMerge.sortedSet              thrpt   10   0.238 ± 0.007  ops/s
ListMerge.treeSet                thrpt   10   0.316 ± 0.016  ops/s

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def hashSet(bh: Blackhole): Unit
def merge(bh: Blackhole): Unit
def sortedSet(bh: Blackhole): Unit
def treeSet(bh: Blackhole): Unit