Name: | ghc-blaze-builder |
---|---|
Version: | 0.3.1.1 |
Release: | 2.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 1558 |
License: | BSD |
RPM: | ghc-blaze-builder-0.3.1.1-2.el7.aarch64.rpm |
Source RPM: | ghc-blaze-builder-0.3.1.1-2.el7.src.rpm |
Build Date: | Sat Jul 28 2018 |
Build Host: | ca-buildarm04.us.oracle.com |
Vendor: | Oracle America |
URL: | http://hackage.haskell.org/package/blaze-builder |
Summary: | Efficient buffered output |
Description: | 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 system call overhead when writing the resulting lazy bytestring to a file or sending it over the network. |