The latest version of bytestring is 0.12.1.0-1.

bytestring

Version 0.9.1.7 revision 0 uploaded by IanLynagh.

Package meta

Synopsis
Fast, packed, strict and lazy byte arrays with a list interface
Description

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

Author
Don Stewart, Duncan Coutts
Bug reports
n/a
Category
Data
Copyright
Copyright (c) Don Stewart 2005-2009, (c) Duncan Coutts 2006-2009, (c) David Roundy 2003-2005.
Homepage
http://www.cse.unsw.edu.au/~dons/fps.html
Maintainer
dons@galois.com, duncan@haskell.org
Package URL
n/a
Stability
n/a

Components