Third-party Slackware packages built with slackrepo on Slackware64-current. Use at your own risk. All packages are signed with my GPG key.
| Name | Last modified | Size | |
|---|---|---|---|
| Parent Directory | - | ||
| haskell-blaze-builder-0.4.1.0-x86_64-1_danix.dep | 2026-07-13 12:54 | 4 | |
| haskell-blaze-builder-0.4.1.0-x86_64-1_danix.txz.md5 | 2026-07-13 12:54 | 83 | |
| haskell-blaze-builder-0.4.1.0-x86_64-1_danix.txz.sha256 | 2026-07-13 12:54 | 115 | |
| haskell-blaze-builder-0.4.1.0-x86_64-1_danix.txt | 2026-07-13 12:54 | 782 | |
| haskell-blaze-builder-0.4.1.0-x86_64-1_danix.txz.asc | 2026-07-13 14:43 | 870 | |
| haskell-blaze-builder-0.4.1.0-x86_64-1_danix.meta | 2026-07-13 12:54 | 1.0K | |
| haskell-blaze-builder-0.4.1.0-x86_64-1_danix.lst | 2026-07-13 12:54 | 9.2K | |
| haskell-blaze-builder-0.4.1.0-x86_64-1_danix.txz | 2026-07-13 12:54 | 162K | |
haskell-blaze-builder (Efficient buffered output)
This library provides an abstraction of buffered output of byte
streams and several convenience functions to exploit it. For
example, it allows to efficiently serialize Haskell values to lazy
bytestrings with a large average chunk size. The large average
chunk size allows to make good use of cache prefetching in later
processing steps (e.g. compression) and reduces the sytem call
overhead when writing the resulting lazy bytestring to a file or
sending it over the network.