hackageDB :: [Package]

Built with Cabal

bytestring: 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, held in a ForeignPtr, and can be passed between C and Haskell with little effort.

Versions0.9, 0.9.0.1, 0.9.0.2, 0.9.0.3, 0.9.0.4, 0.9.1.0, 0.9.1.1, 0.9.1.2
Dependenciesbase (<3) or
array, base (>=3)
LicenseBSD3
CopyrightCopyright (c) Don Stewart 2005-2007, (c) Duncan Coutts 2006-2007, (c) David Roundy 2003-2005.
AuthorDon Stewart, Duncan Coutts
Maintainerdons@galois.com, duncan@haskell.org
Stabilityprovisional
CategoryData
Home pagehttp://www.cse.unsw.edu.au/~dons/fps.html
Exposed modulesData.ByteString, Data.ByteString.Char8, Data.ByteString.Unsafe, Data.ByteString.Internal, Data.ByteString.Lazy, Data.ByteString.Lazy.Char8, Data.ByteString.Lazy.Internal, Data.ByteString.Fusion
Upload dateSun Dec 16 15:19:16 PST 2007
Uploaded byDonaldStewart
Built onghc-6.8

Downloads