impure-containers: Mutable containers in Haskell.

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

Please see README.md


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
unsafe-tricks

If enabled, turn on unsafe GHC tricks.

Enabled
bounds-checking

If enabled, use bounds-checking array accesses.

Disabled
debug

If enabled, spew debugging output to stdout.

Disabled
sse42

If enabled, use SSE 4.2 extensions to search cache lines very efficiently. The portable flag forces this off.

Disabled
portable

If enabled, 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

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

  • 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.8 && <5), containers (>0.5 && <0.7), ghc-prim, hashable (>=1.2 && <1.3), primitive (>=0.6 && <0.7), vector (>=0.11 && <0.13) [details]
License BSD-3-Clause
Copyright Copyright 2016 Andrew Martin , Copyright 2018 Remy Goldschmidt
Author Andrew Martin
Maintainer andrew.thaddeus@gmail.com
Revised Revision 1 made by chessai at 2019-03-15T00:09:44Z
Category Data Structures
Home page https://github.com/andrewthad/impure-containers
Bug tracker https://github.com/andrewthad/impure-containers/issues
Source repo head: git clone https://github.com/andrewthad/impure-containers(tag master)
Uploaded by andrewthad at 2018-06-22T18:07:04Z
Distributions
Reverse Dependencies 1 direct, 2 indirect [details]
Downloads 6567 total (31 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-06-22 [all 1 reports]

Readme for impure-containers-0.5.0

[back to package description]

impure-containers

Available on hackage.