FICHA · MANJARO

haskell-chimera

Lazy infinite streams with O(1) indexing and applications for memoization

  • haskell-library
  • LIBRARY
  • DATA-STRUCTURES
  • MEMOIZATION
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

A Haskell library for lazy infinite streams with constant-time indexing. It is useful for memoization and algorithms that need a conceptually infinite sequence while computing values only as needed.

Developers use it in functional algorithms, dynamic programming, and cached computations. Infinite structures require care so programs do not accidentally retain too much memory.

Permissions

Permissions not analysed for this source yet.