primitive-containers: containers backed by arrays
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
Containers backed by flat arrays. Updates require rebuilding the entire structure, but lookups are cache coherent.
[Skip to Readme]
Properties
Versions | 0.2.0, 0.3.0, 0.3.1, 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.9 && <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 | andrew.thaddeus@gmail.com |
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 |
Uploaded | by andrewthad at 2019-01-02T18:17:11Z |
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.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees