a reasonably fast way would be to do the `request(Segment.SIZE)` thing and then call `readByteString...
j
a reasonably fast way would be to do the
request(Segment.SIZE)
thing and then call
readByteString()
which will create a
ByteString
that shares the backing
Segment
. Then you can do a simple
==
.