blaze-builder-enumerator alternatives and similar packages
Based on the "blaze" category.
Alternatively, view blaze-builder-enumerator alternatives based on common mentions on social networks and blogs.
-
blaze-from-html
A blazingly fast HTML combinator library for Haskell. -
blaze-markup
Core modules for a blazing fast markup combinator library -
blaze-builder
Efficient serialization of Haskell values to lazy bytestrings with a large average chunk size. -
blaze-textual
A fast Haskell library for rendering common Haskell datatypes in text form. -
blaze-html-hexpat
Hexpat renderer for blaze-html
Collect and Analyze Billions of Data Points in Real Time
Do you think we are missing an alternative of blaze-builder-enumerator or a related project?
README
Blaze Builder Enumerator
This package integrates the builders from the blaze-builder
package
package with the enumerator
package. It provides infrastructure and
enumeratees for incrementally executing builders and pass the filled chunks to
a bytestring iteratee.
Where packages like attoparsec-enumerator
make it easy to parse
sequences of bytes into data types within enumerators, this package handles the
other direction, converting your data back into sequences of bytes.