@hackage / lazyarray

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

Latest0.1.3

About

Metadata

  • Last updated , by MilanStraka
  • License BSD-3-Clause
  • Maintained by: fox@ucw.cz

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    splitbase (on by default)

    Choose the new smaller, split-up base package.

Readme

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.