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