Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTSDB/asynchbase
/ compare
Method
compare
src/Bytes.java:521–524 ·
view source on GitHub ↗
(final byte[] a, final byte[] b)
Source
from the content-addressed store, hash-verified
519
}
520
521
@Override
522
public
int
compare(
final
byte[] a,
final
byte[] b) {
523
return
memcmp(a, b);
524
}
525
526
}
527
Callers
3
assertGreater
Method · 0.45
multiComparator
Method · 0.45
multiComparatorErrors
Method · 0.45
Calls
1
memcmp
Method · 0.80
Tested by
3
assertGreater
Method · 0.36
multiComparator
Method · 0.36
multiComparatorErrors
Method · 0.36