bytestring-0.9.1.4: Fast, packed, strict and lazy byte arrays with a list interfaceContentsIndex
bytestring-0.9.1.4: Fast, packed, strict and lazy byte arrays with a list interface

A time and space-efficient implementation of byte vectors using packed Word8 arrays, suitable for high performance use, both in terms of large data quantities, or high speed requirements. Byte vectors are encoded as strict Word8 arrays of bytes, and lazy lists of strict chunks, held in a ForeignPtr, and can be passed between C and Haskell with little effort.

Test coverage data for this library is available at: http://code.haskell.org/~dons/tests/bytestring/hpc_index.html

Modules
show/hideData
show/hideData.ByteString
Data.ByteString.Char8
Data.ByteString.Fusion
Data.ByteString.Internal
show/hideData.ByteString.Lazy
Data.ByteString.Lazy.Char8
Data.ByteString.Lazy.Internal
Data.ByteString.Unsafe
Produced by Haddock version 2.4.2