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, 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

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, 0.9.1.3, 0.9.1.4
Dependenciesbase (<4) or
base (==4.*), syb
LicenseBSD3
CopyrightCopyright (c) Don Stewart 2005-2008, (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
Upload dateSat Oct 4 23:14:18 UTC 2008
Uploaded byDonaldStewart
Built onghc-6.10, ghc-6.8

Modules

Downloads