collate


Keywords
apache, library, Propose Tags , Data.Collate
License
Apache-2.0
Install
cabal install collate-0.1.0.0

Documentation

collate

An Applicative Functor for extracting parts of a stream of values

Disclaimer

This is not an officially supported Google product.

Overview

This provides a way to build up a computation that accesses many different indices (possibly out-of-order) of a large stream of values, and run it in a single scan over the stream. In essence, this implements a hash-join.