compressed: Compressed containers and reducers

[ bsd3, compression, data, library, mapreduce ] [ Propose Tags ]

Compressed containers and reducers.


[Skip to Readme]

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.1, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.2, 0.3, 3.0, 3.0.0.1, 3.0.1, 3.0.2, 3.0.3, 3.10, 3.11
Change log CHANGELOG.markdown
Dependencies base (>=4.4 && <5), comonad (>=4 && <6), containers (>=0.3 && <0.6), fingertree (>=0.0.1 && <0.2), hashable (>=1.1.2.1 && <1.3), keys (>=3.10 && <4), pointed (>=4 && <6), reducers (>=3.10 && <4), semigroupoids (>=4 && <6), semigroups (>=0.8.3.1 && <1), unordered-containers (>=0.2.1 && <0.3) [details]
License BSD-3-Clause
Copyright Copyright (C) 2011 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 1 made by HerbertValerioRiedel at 2019-01-04T16:24:09Z
Category Data, Compression, MapReduce
Home page http://github.com/ekmett/compressed/
Bug tracker http://github.com/ekmett/compressed/issues
Source repo head: git clone git://github.com/ekmett/compressed.git
Uploaded by EdwardKmett at 2018-01-08T15:45:33Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 13108 total (30 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-01-08 [all 1 reports]

Readme for compressed-3.11

[back to package description]

compressed

Hackage Build Status

This package provides compressed data structures for LZ78 and run length encoding. Their primary benefit is that if you go to decompress them you can decompress them in an arbitrary Monoid.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett