compressed: Compressed containers and reducers

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Compressed containers and reducers.


[Skip to Readme]

Properties

Versions 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, 3.11
Change log CHANGELOG.markdown
Dependencies base (>=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>
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:44:39Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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