bytestring-tree-builder alternatives and similar packages
Based on the "ByteString" category.
Alternatively, view bytestring-tree-builder alternatives based on common mentions on social networks and blogs.
-
bytestring
An efficient compact, immutable byte string type (both strict and lazy) suitable for binary or 8-bit character data. -
streamly-bytestring
Library for streamly and bytestring interoperation. -
bytestring-builder
The new bytestring builder, packaged outside of GHC -
bytestring-arbitrary
Arbitrary instances for ByteString -
stringable
A Stringable type class, in the spirit of Foldable and Traversable -
bytestring-read
fast ByteString to number converting library -
pathological-bytestrings
Facilities for testing with ByteStrings -
bytestring-plain
Plain byte strings (`ForeignPtr`-less `ByteString`s) -
bytestring-conversion
Type-classes to convert values to and from ByteString. -
bytestring-typenats
Haskell ByteStrings annotated with type-level naturals for lengths -
bytestring-delta
Simple binary diff/patch library for C and Haskell
Clean code begins in your IDE with SonarLint
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of bytestring-tree-builder or a related project?
README
Performance
According to the benchmarks this builder implementation beats all the alternatives. It is especially well-suited for generating strict bytestrings, beating the standard builder by at least the factor of 4.
Motivation
This library is the result of the following Reddit discussions: