pact
pact copied to clipboard
SizeOf instance for ByteString needs to be forked
SizeOf instance for ByteString needs to be forked. Data.ByteString.UTF8 is an inefficient O(n) in the length calculation of the string.
-
Additionally,
utf8-stringshould be abandoned in favor ofData.Text.Encoding.encodeUtf8. -
We will need a new version of
SizeOf(we have versionedSizeOfas of December release).