An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

text-builder

Fast strict text builder and simple type-safe formatting library. The builder abstraction provided by this library is much faster than the standard lazy Builder and even the recently introduced StrictTextBuilder from "text". Benchmarks are distributed with the source code. You can see the results in the README file. The abstraction constructs text in two phases. In the first one it estimates the size of the byte array and in the second one it allocates it once and populates it in one go. The monoidal API of the library provides a simple yet type-safe alternative to formatting strings via printf-like tools or more involved solutions like the popular "formatting" library. Every bit of the library is heavily covered with tests with CI running tests on a variety of versions of GHC and the "text" library. This is crucial because the "text" library has made a switch from UTF-16 to UTF-8, leading to drastic changes in its low-level constructs, which builder libraries must rely on, and this library supports both versions of "text". Following is a list of libraries that, alongside this one, make an integrated ecosystem: "text-builder-time" - formatters for the "time" library "text-builder-core" - lower-level unsafe constructs for implementing efficient formatters compatible with this library "text-builder-dev" - edge of development of new features providing a richer functionality at the cost of more frequent major releases "text-builder-lawful-conversions" - integration with the "lawful-conversions" library, providing bidirectional conversions with various textual and builder types.

Ecosystem
hackage.haskell.org
Latest Release
0.6.10
11 months ago
Versions
43
Downloads
24,663 total
Dependent Packages
12
Dependent Repos
21
1.0.0.5
Published: 2 months ago
Registry - Download
1.0.0.4
Published: 9 months ago
Registry - Download
1.0.0.3
Published: 11 months ago
Registry - Download
1.0.0.2
Published: 11 months ago
Registry - Download
1.0.0.1
Published: 11 months ago
Registry - Download
1
Published: 11 months ago
Registry - Download
0.6.10
Published: 11 months ago
Registry - Download
0.6.9
Published: 11 months ago
Registry - Download
0.6.8
Published: 11 months ago
Registry - Download
0.6.7.3
Published: about 1 year ago
Registry - Download
0.6.7.2
Published: over 2 years ago
Registry - Download
0.6.7.1
Published: over 2 years ago
Registry - Download
0.6.7
Published: almost 4 years ago
Registry - Download
0.6.6.6
Published: almost 4 years ago
Registry - Download
0.6.6.5
Published: almost 4 years ago
Registry - Download
0.6.6.4
Published: about 4 years ago
Registry - Download
0.6.6.3
Published: over 4 years ago
Registry - Download
0.6.6.2
Published: almost 5 years ago
Registry - Download
0.6.6.1
Published: over 6 years ago
Registry - Download
0.6.6
Published: over 6 years ago
Registry - Download
0.6.5.1
Published: almost 7 years ago
Registry - Download
0.6.5
Published: about 7 years ago
Registry - Download
0.6.4
Published: over 7 years ago
Registry - Download
0.6.3
Published: over 7 years ago
Registry - Download
0.6.2
Published: over 7 years ago
Registry - Download
0.6.1.2
Published: over 7 years ago
Registry - Download
0.6.1.1
Published: over 7 years ago
Registry - Download
0.6.1
Published: over 7 years ago
Registry - Download
0.6
Published: over 7 years ago
Registry - Download
0.5.4.3
Published: over 7 years ago
Registry - Download
0.5.4.2
Published: over 7 years ago
Registry - Download
0.5.4.1
Published: over 7 years ago
Registry - Download
0.5.4
Published: over 7 years ago
Registry - Download
0.5.3.1
Published: over 7 years ago
Registry - Download
0.5.3
Published: over 7 years ago
Registry - Download
0.5.2
Published: over 7 years ago
Registry - Download
0.5.1.1
Published: almost 8 years ago
Registry - Download
0.5.1
Published: over 8 years ago
Registry - Download
0.5
Published: over 8 years ago
Registry - Download
0.4.3
Published: over 8 years ago
Registry - Download
0.4.2
Published: over 8 years ago
Registry - Download
0.4.1
Published: almost 9 years ago
Registry - Download
0.4
Published: about 9 years ago
Registry - Download
Links
Registry hackage.haskell.org
Source Repository
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:hackage/text-builder
spec
License MIT
First Release about 9 years ago
Last Synced 22 days ago
Repository
Stars 7 on GitHub
Forks 1 on GitHub
Docker Dependents 1
Docker Downloads 35
Commits 148
Committers 1
Avg per Author 148.0
DDS 0.0
Rankings on hackage.haskell.org
Downloads Top 6.8%
Dependent packages Top 2.2%
Docker downloads Top 0.2%