ListMergeCommonPrefix

com.netflix.atlas.core.util.ListMergeCommonPrefix

Sanity check performance of utility for merging sorted lists.

> jmh:run -prof jmh.extras.JFR -wi 10 -i 10 -f1 -t1 .*ListMergeCommonPrefix.*
...
Benchmark                         Mode  Cnt   Score   Error  Units
ListMergeCommonPrefix.merge      thrpt   10   8.700 ± 0.160  ops/s

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def merge(bh: Blackhole): Unit