a reasonably fast way would be to do the `request(...
# squarelibraries
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
==
.