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.7), comonad (>=3), containers (>=0.3 && <0.6), fingertree (>=0.0.1 && <0.1), hashable (>=1.1.2.1 && <1.3), keys (>=3), pointed (>=3), reducers (>=3), semigroupoids (>=3), semigroups (>=0.8.3.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 EdwardKmett at 2015-07-14T01:14:29Z
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 2013-06-20T22:08:31Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 13094 total (18 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for compressed-3.0.2

[back to package description]

compressed

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