okio icon indicating copy to clipboard operation
okio copied to clipboard

SegmentedByteString should cache unsegmented ByteString

Open swankjesse opened this issue 4 years ago • 0 comments

Some operations are implemented by creating a conventional ByteString. We should cache this to limit the cost of using a SegmentedByteString.

swankjesse avatar Dec 12 '19 16:12 swankjesse