primitive-containers: containers backed by arrays

[ bsd3, data-structures, library ] [ Propose Tags ]

Containers backed by flat arrays. Updates require rebuilding the entire structure, but lookups are cache coherent.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
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

Maintainer's Corner

Package maintainers

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 base (>=4.9 && <5), contiguous (>=0.4 && <0.6), deepseq (>=1.4), hashable (>=1.2.5), primitive (>=0.6.4 && <0.8), primitive-sort (>=0.1 && <0.2), primitive-unlifted (>=0.1 && <0.2) [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-12-11T21:05:07Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 3316 total (25 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-12-11 [all 1 reports]

Readme for primitive-containers-0.4.1

[back to package description]

primitive-containers