blob: 701b353f0b2baf38eca2ebab52cdec7937616549 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<use>
<flag name="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.</flag>
<flag name="extended-benchmarks">Enable benchmarks for Interpolation and interpolatedstring-perl6</flag>
<flag name="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.</flag>
</use>
<origin>srcux</origin>
</pkgmetadata>
|