primitive-containers: containers backed by arrays
Containers backed by flat arrays. Updates require rebuilding the entire structure, but lookups are cache coherent.
[Skip to Readme]
Modules
[Index] [Quick Jump]
- Data
- Continuous
- Dependent
- Diet
- Map
- Data.Map.Interval
- Lifted
- Subset
- Unboxed
- Unlifted
- Set
Flags
Manual Flags
| Name | Description | Default |
|---|---|---|
| checked | Check all array indexing. This makes most functions slower, but it replaces segfaults with descriptive errors. This should only be used for debugging. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- primitive-containers-0.3.3.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.2.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.4.0, 0.4.1, 0.5.0, 0.5.1 |
|---|---|
| Change log | ChangeLog.md |
| Dependencies | aeson (>=1.0 && <1.5), base (>=4.11 && <5), contiguous (>=0.3.2 && <0.4), deepseq (>=1.4), hashable (>=1.2.5), primitive (>=0.6.4), primitive-sort (>=0.1 && <0.2), quantification (>=0.5.0 && <0.6), text (>=1.2 && <1.3), unordered-containers (>=0.2.8.0), vector (>=0.11 && <0.13) [details] |
| License | BSD-3-Clause |
| Copyright | 2018 Andrew Martin |
| Author | Andrew Martin |
| Maintainer | [email protected] |
| Uploaded | by andrewthad at 2019-03-25T01:35:32Z |
| Revised | Revision 1 made by HerbertValerioRiedel at 2019-09-02T20:49:53Z |
| Category | Data Structures |
| Home page | https://github.com/andrewthad/primitive-containers |
| Bug tracker | https://github.com/andrewthad/primitive-containers/issues |
| Source repo | head: git clone https://github.com/andrewthad/primitive-containers |
| Distributions | |
| Reverse Dependencies | 3 direct, 0 indirect [details] |
| Downloads | 3636 total (27 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2019-03-25 [all 1 reports] |