@hackage lazyarray0.1

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

  • Categories

    • License

      BSD-3-Clause

    • Maintainer

      fox@ucw.cz

    • Versions

    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.