@hackage lazyarray0.1.3

Efficient implementation of lazy monolithic arrays (lazy in indexes).

  • Installation

  • Dependencies (0)

  • Dependents (1)

    @hackage/acme-everything
  • Package Flags

      splitbase
       (on by default)

      Choose the new smaller, split-up base package.

This package built on standard array package adds support for lazy monolithic arrays. Such arrays are lazy not only in their values, but in their indexes as well. Read the paper "Efficient Graph Algorithms Using Lazy Monolithic Arrays" (http://citeseer.ist.psu.edu/95126.html) for further details.