vector-algorithms: Efficient algorithms for vector arrays
Efficient algorithms for sorting vector arrays. At some stage other vector algorithms may be added.
Modules
[Index] [Quick Jump]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
boundschecks | Enable bounds checking | Enabled |
unsafechecks | Enable bounds checking in unsafe operations at the cost of a significant performance penalty. | Disabled |
internalchecks | Enable internal consistency checks at the cost of a significant performance penalty. | Disabled |
bench | Build a benchmarking program to test vector-algorithms performance | Enabled |
properties | Enable the quickcheck tests | Enabled |
llvm | Build using llvm | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- vector-algorithms-0.9.0.2.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
Versions [RSS] | 0.3, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.4, 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.5.3.1, 0.5.4, 0.5.4.1, 0.5.4.2, 0.6.0.1, 0.6.0.2, 0.6.0.3, 0.6.0.4, 0.7, 0.7.0.1, 0.7.0.2, 0.7.0.3, 0.7.0.4, 0.8.0.0, 0.8.0.1, 0.8.0.2, 0.8.0.3, 0.8.0.4, 0.9.0.1, 0.9.0.2 (info) |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.8 && <5), bitvec (>=1.0 && <1.2), bytestring (>=0.9 && <1), primitive (>=0.6.2.0 && <0.10), tagged (>=0.4 && <0.9), vector (>=0.6 && <0.14) [details] |
Tested with | ghc ==9.8.1, ghc ==9.6.3, ghc ==9.4.7, ghc ==9.2.8, ghc ==9.0.2, ghc ==8.10.7, ghc ==8.8.4, ghc ==8.6.5, ghc ==8.4.4, ghc ==8.2.2, ghc ==8.0.2, ghc ==7.10.3 |
License | BSD-3-Clause |
Copyright | (c) 2008,2009,2010,2011,2012,2013,2014,2015 Dan Doel (c) 2015 Tim Baumann |
Author | Dan Doel |
Maintainer | Dan Doel <dan.doel@gmail.com> Erik de Castro Lopo <erikd@mega-nerd.com> |
Revised | Revision 1 made by ErikDeCastroLopo at 2024-05-27T02:16:41Z |
Category | Data |
Home page | https://github.com/erikd/vector-algorithms/ |
Source repo | head: git clone https://github.com/erikd/vector-algorithms/ |
Uploaded | by ErikDeCastroLopo at 2024-05-23T05:35:36Z |
Distributions | Arch:0.9.0.2, Debian:0.8.0.3, Fedora:0.9.0.1, FreeBSD:0.7.0.1, LTSHaskell:0.9.0.2, NixOS:0.9.0.2, Stackage:0.9.0.2, openSUSE:0.9.0.2 |
Reverse Dependencies | 73 direct, 4938 indirect [details] |
Downloads | 127411 total (457 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |