map-reduce-folds: foldl wrappers for map-reduce

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]

Warnings:

map-reduce-folds simplifies the building of folds to do map-reduce style computations on collections. It breaks the map/reduce into an unpacking step where items may be filtered, transformed or "melted" (made into several new items), an assign step where the unpacked items are assigned keys, a grouping step where the assigned items are grouped by key and then a reduce step which is applied to each grouped subset. Tools are provided to simplify building the individual steps and then "engines" are provided for combining them into efficient folds returning an assortment of containers. The various pieces are replicated for effectful (monadic) steps producing effectful (monadic) folds.

Properties

Versions 0.1.0.0, 0.1.0.1, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.5, 0.1.0.7, 0.1.1.0, 0.1.1.1, 0.1.2
Change log ChangeLog.md
Dependencies base (>=4.12.0 && <4.15), containers (>=0.5.0 && <0.7), discrimination (>=0.3 && <0.5), dump-core, foldl (>=1.4.5 && <1.5), hashable (>=1.2.4 && <1.5), hashtables (>=1.2.0.0 && <1.3.0.0), parallel (>=3.2.2 && <3.3), profunctors (>=5.3 && <5.6), split (>=0.2.3 && <0.3), streaming (>=0.2.2 && <0.3), streamly (>=0.7.0 && <0.8), text (>=1.2.3 && <1.3), unordered-containers (>=0.2.10 && <0.3), vector (>=0.12.0 && <0.13) [details]
License BSD-3-Clause
Copyright 2019 Adam Conner-Sax
Author Adam Conner-Sax
Maintainer adam_conner_sax@yahoo.com
Category Control
Bug tracker https://github.com/adamConnerSax/map-reduce-folds/issues
Source repo head: git clone https://github.com/adamConnerSax/map-reduce-folds
Uploaded by adamCS at 2020-09-27T00:59:07Z

Modules

[Index] [Quick Jump]

Flags

Automatic Flags
NameDescriptionDefault
dump-core

Dump HTML for the core generated by GHC during compilation

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees