Closed jfallows closed 6 years ago
Otherwise we need to call StringFW.asString() to detect null, which has undesirable overhead when return value is non-null.
StringFW.asString()
null
public DirectBuffer value() { return length0() == -1 ? null : valueRO; }
Otherwise we need to call
StringFW.asString()
to detectnull
, which has undesirable overhead when return value is non-null.