extended-containers: Heap and Vector container types

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

This package contains general-purpose implementations of various immutable container types including vectors, heaps and priority heaps.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0
Dependencies base (>=4.9 && <5), transformers (>=0.5.2 && <0.6), vector (>=0.11 && <0.13) [details]
License BSD-3-Clause
Copyright 2019 konsumlamm
Author konsumlamm
Maintainer konsumlamm@gmail.com
Category Data Structures
Home page https://github.com/konsumlamm/extended-containers#readme
Bug tracker https://github.com/konsumlamm/extended-containers/issues
Source repo head: git clone https://github.com/konsumlamm/extended-containers.git
Uploaded by konsumlamm at 2020-04-24T16:12:03Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 484 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-04-24 [all 1 reports]

Readme for extended-containers-0.1.0.0

[back to package description]

extended-containers

This package provides container data structures, including heaps and array mapped tries.

Plans

  • add a Data.Deque module
  • add sorting to Data.AMT
  • make an extended-containers-lens package for lens instances