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
Change log CHANGELOG.md
Dependencies base (>=4.9 && <5), deepseq (>=1.4.2 && <1.5), primitive (>=0.7.1 && <0.8) [details]
License BSD-3-Clause
Copyright 2019-2021 konsumlamm
Author konsumlamm
Maintainer konsumlamm@gmail.com
Category Data Structures
Home page https://github.com/konsumlamm/extended-containers
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 2021-04-22T20:28:53Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 477 total (18 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-04-22 [all 1 reports]

Readme for extended-containers-0.1.1.0

[back to package description]

extended-containers

This package provides container data structures, including heaps and array mapped tries. For lens instances, see extended-containers-lens.

See extended-containers on Hackage for more information.

Plans

  • add a Data.Deque module
  • add sorting to Data.AMT