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
[Skip to Readme]
Modules
[Index]
Downloads
- bytestring-0.9.1.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
- BenGamari, DonaldStewart, DuncanCoutts, HerbertValerioRiedel, IanLynagh, SylvainHenry, Bodigrim, sjakobi, chessai, clyring
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 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, 0.10.0.0, 0.10.0.1, 0.10.0.2, 0.10.2.0, 0.10.4.0, 0.10.4.1, 0.10.6.0, 0.10.8.0, 0.10.8.1, 0.10.8.2, 0.10.9.0, 0.10.10.0, 0.10.10.1, 0.10.12.0, 0.10.12.1, 0.11.0.0, 0.11.1.0, 0.11.2.0, 0.11.3.0, 0.11.3.1, 0.11.4.0, 0.11.5.0, 0.11.5.1, 0.11.5.2, 0.11.5.3, 0.12.0.0, 0.12.0.1, 0.12.0.2, 0.12.1.0 |
---|---|
Dependencies | base (<4.2) [details] |
License | BSD-3-Clause |
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 |
Revised | Revision 1 made by HerbertValerioRiedel at 2014-12-22T07:41:38Z |
Category | Data |
Home page | http://www.cse.unsw.edu.au/~dons/fps.html |
Uploaded | by DonaldStewart at 2008-04-20T21:23:02Z |
Distributions | Arch:0.11.4.0, Fedora:0.11.4.0 |
Reverse Dependencies | 6060 direct, 8768 indirect [details] |
Downloads | 117101 total (500 in the last 30 days) |
Rating | 2.75 (votes: 19) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |