StringMatching

com.netflix.atlas.core.util.StringMatching

There was an old suggestion that max via bit manip would be faster and avoid branch instructions. That doesn't appear to be the case:

> run -wi 10 -i 10 -f1 -t1 .*StringMatching.*

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def testPrefixICRegex(bh: Blackhole): Unit
def testPrefixICStartsWith(bh: Blackhole): Unit
def testPrefixRegex(bh: Blackhole): Unit
def testPrefixRegexNewMatcher(bh: Blackhole): Unit
def testPrefixStartsWith(bh: Blackhole): Unit
def testSubstrICIndexOf(bh: Blackhole): Unit
def testSubstrICRegex(bh: Blackhole): Unit
def testSubstrICRegex2(bh: Blackhole): Unit
def testSubstrIndexOf(bh: Blackhole): Unit
def testSubstrRegex(bh: Blackhole): Unit
def testSubstrRegex2(bh: Blackhole): Unit