vector: Efficient Arrays
An efficient implementation of Int-indexed arrays with a powerful loop fusion framework.
It is structured as follows:
Data.Vector
- boxed vectors of arbitrary types
Data.Vector.Primitive
- unboxed vectors of primitive types as
defined by the
primitive
package Data.Vector.Storable
- unboxed vectors of
Storable
types Data.Vector.Generic
- generic interface to the vector types
Modules
[Index]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
enableassertions | Enable assertions that check parameters to functions are reasonable. These will impose a moderate performance cost on users of the library, with the benefit that you get reasonable errors rather than segmentation faults! | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- vector-0.4.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
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.2, 0.3, 0.3.1, 0.4, 0.4.1, 0.4.2, 0.5, 0.6, 0.6.0.1, 0.6.0.2, 0.7, 0.7.0.1, 0.7.1, 0.8, 0.9, 0.9.1, 0.10, 0.10.0.1, 0.10.9.0, 0.10.9.1, 0.10.9.2, 0.10.9.3, 0.10.10.0, 0.10.11.0, 0.10.12.0, 0.10.12.1, 0.10.12.2, 0.10.12.3, 0.11.0.0, 0.12.0.0, 0.12.0.1, 0.12.0.2, 0.12.0.3, 0.12.1.0, 0.12.1.1, 0.12.1.2, 0.12.2.0, 0.12.3.0, 0.12.3.1, 0.13.0.0, 0.13.1.0, 0.13.2.0 (info) |
---|---|
Dependencies | base (>=2 && <4.7), ghc (>=6.9), primitive (<0.2) [details] |
License | BSD-3-Clause |
Copyright | (c) Roman Leshchinskiy 2008-2009 |
Author | Roman Leshchinskiy <rl@cse.unsw.edu.au> |
Maintainer | Roman Leshchinskiy <rl@cse.unsw.edu.au> |
Revised | Revision 1 made by HerbertValerioRiedel at 2014-06-09T10:36:33Z |
Category | Data, Data Structures |
Home page | http://darcs.haskell.org/vector |
Uploaded | by RomanLeshchinskiy at 2009-11-19T01:23:16Z |
Distributions | Arch:0.13.1.0, Debian:0.12.1.2, Fedora:0.13.1.0, FreeBSD:0.10.12.3, LTSHaskell:0.13.2.0, NixOS:0.13.1.0, Stackage:0.13.2.0, openSUSE:0.13.2.0 |
Reverse Dependencies | 2103 direct, 13012 indirect [details] |
Downloads | 424867 total (47 in the last 30 days) |
Rating | 2.75 (votes: 14) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |