impure-containers: Mutable containers in haskell
Please see README.md
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
unsafe-tricks | turn on unsafe GHC tricks | Enabled |
bounds-checking | if on, use bounds-checking array accesses | Disabled |
debug | if on, spew debugging output to stdout | Disabled |
sse42 | if on, use SSE 4.2 extensions to search cache lines very efficiently. The portable flag forces this off. | Disabled |
portable | if on, use only pure Haskell code and no GHC extensions. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- impure-containers-0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.1, 0.2, 0.3, 0.3.1, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.5.0, 0.5.1 |
---|---|
Dependencies | base (>=4.7 && <5), containers, ghc-prim, hashable, primitive, vector [details] |
License | BSD-3-Clause |
Copyright | 2016 Andrew Martin |
Author | Andrew Martin |
Maintainer | andrew.thaddeus@gmail.com |
Category | web |
Home page | https://github.com/andrewthad/impure-containers#readme |
Source repo | head: git clone https://github.com/andrewthad/impure-containers |
Uploaded | by andrewthad at 2016-07-28T12:08:40Z |
Distributions | |
Reverse Dependencies | 1 direct, 2 indirect [details] |
Downloads | 6848 total (1 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-07-28 [all 1 reports] |