@hackage / collate

An Applicative Functor for extracting parts of a stream of values

Latest0.1.0.0

About

Metadata

  • Last updated , by AndrewPritchard
  • License Apache-2.0
  • Categories Algorithms
  • Maintained by: Andrew Pritchard <awpritchard@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

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.