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]

Modules

[Last Documentation]

  • Data
    • Continuous
      • Set
        • Data.Continuous.Set.Lifted
    • Diet
      • Map
        • Strict
          • Unboxed
            • Data.Diet.Map.Strict.Unboxed.Lifted
    • Map
      • Lifted
        • Data.Map.Lifted.Lifted
        • Data.Map.Lifted.Unlifted
      • Subset
        • Lazy
          • Data.Map.Subset.Lazy.Lifted
          • Data.Map.Subset.Lazy.Unlifted
        • Strict
          • Data.Map.Subset.Strict.Lifted
          • Data.Map.Subset.Strict.Unlifted
      • Unboxed
        • Data.Map.Unboxed.Lifted
        • Data.Map.Unboxed.Unboxed
        • Data.Map.Unboxed.Unlifted
      • Unlifted
        • Data.Map.Unlifted.Lifted
        • Data.Map.Unlifted.Unboxed
    • Set
      • Data.Set.Lifted
      • NonEmpty
        • Data.Set.NonEmpty.Unlifted
      • Data.Set.Unboxed
      • Data.Set.Unlifted

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

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

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.7), deepseq (>=1.4), hashable (>=1.2.5), primitive (>=0.6.4 && <0.10), primitive-sort (>=0.1.1 && <0.2), primitive-unlifted (>=2.1 && <2.2) [details]
License BSD-3-Clause
Copyright 2018 Andrew Martin
Author Andrew Martin
Maintainer andrew.thaddeus@gmail.com
Revised Revision 1 made by andrewthad at 2023-08-09T14:27:10Z
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 2023-07-05T16:19:35Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 3291 total (22 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2023-07-05 [all 2 reports]

Readme for primitive-containers-0.5.1

[back to package description]

primitive-containers