GHC library: Efficient buffered output http://hackage.haskell.org/package/%(echo
Go to file
2024-01-05 22:45:58 +01:00
ghc-blaze-builder.spec update to 0.4.2.3 [release 0.4.2.3-1mamba;Sun Dec 03 2023] 2024-01-05 22:45:58 +01:00
README.md update to 0.3.3.4 [release 0.3.3.4-1mamba;Sun Apr 12 2015] 2024-01-05 22:45:58 +01:00

ghc-blaze-builder

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.