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
primitivepackage Data.Vector.Storable- unboxed vectors of
Storabletypes 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 <[email protected]> |
| Maintainer | Roman Leshchinskiy <[email protected]> |
| Uploaded | by RomanLeshchinskiy at 2009-11-19T01:23:16Z |
| Revised | Revision 1 made by HerbertValerioRiedel at 2014-06-09T10:36:33Z |
| Category | Data, Data Structures |
| Home page | http://darcs.haskell.org/vector |
| Distributions | Arch:0.13.2.0, Debian:0.12.1.2, Fedora:0.13.2.0, FreeBSD:0.10.12.3, LTSHaskell:0.13.2.0, NixOS:0.13.2.0, Stackage:0.13.2.0, openSUSE:0.13.2.0 |
| Reverse Dependencies | 2171 direct, 13537 indirect [details] |
| Downloads | 426030 total (152 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] |