FICHA · MANJARO

haskell-memotrie

Trie-based memo functions

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

Description

Provides trie-based memoization functions for Haskell. Memoization stores previous results so repeated calls with the same input can return faster.

This is useful for dynamic programming, recursive algorithms, parsers, and computations that revisit the same values often. It is a performance-oriented library and is used from code.

Permissions

Permissions not analysed for this source yet.