The bytestring package
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
Properties
| Versions | 0.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, 0.9.1.5, 0.9.1.6, 0.9.1.7, 0.9.1.8, 0.9.1.9, 0.9.1.10, 0.9.2.0, 0.9.2.1 |
|---|---|
| Dependencies | base |
| License | BSD3 |
| Copyright | Copyright (c) Don Stewart 2005-2008, (c) Duncan Coutts 2006-2007, (c) David Roundy 2003-2005. |
| Author | Don Stewart, Duncan Coutts |
| Maintainer | dons@galois.com, duncan@haskell.org |
| Stability | provisional |
| Category | Data |
| Home page | http://www.cse.unsw.edu.au/~dons/fps.html |
| Upload date | Mon Aug 25 21:47:48 UTC 2008 |
| Uploaded by | DonaldStewart |
| Built on | ghc-6.10, ghc-6.8 |
| Build failure | ghc-6.12 (log) |
Modules
Downloads
- bytestring-0.9.1.2.tar.gz (Cabal source package)
- package description (included in the package)