FICHA · MANJARO

haskell-uglymemo

A simple (but internally ugly) memoization function

  • Library
  • LIBRARY
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

Provides a simple memoization function for Haskell. Memoization stores previous results so repeated calls with the same input can avoid recomputing expensive work.

It is useful for dynamic programming, parsers, generated data, and small performance improvements where a simple cache is enough. Developers should consider memory growth and whether cached values can become stale.

Permissions

Permissions not analysed for this source yet.