| dev-haskell/string-interpolate |
Use ByteString Builders to construct ByteString outputs instead of the ByteString type itself. If you're regularly constructing large (>50KB) bytestrings, enabling this can speed up your code. Otherwise, enabling this is likely to be a net slowdown.
|
Use ByteString Builders to construct ByteString outputs instead of
the ByteString type itself. If you're regularly constructing large
(>50KB) bytestrings, enabling this can speed up your code. Otherwise,
enabling this is likely to be a net slowdown.
|