Dependencies for string-interpolate-0.3.1.2

library

Flags

Manual Flags

NameDescriptionDefault
extended-benchmarks

Enable benchmarks for Interpolation and interpolatedstring-perl6

Disabled
Automatic Flags
NameDescriptionDefault
text-builder

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.

Disabled
bytestring-builder

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.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info