Popularity
9.0
Declining
Activity
2.7
Stable
89
6
21
Monthly Downloads: 307
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Data
MemoTrie alternatives and similar packages
Based on the "Data" category.
Alternatively, view MemoTrie alternatives based on common mentions on social networks and blogs.
-
compendium-client
DISCONTINUED. Mu (μ) is a purely functional framework for building micro services. -
streaming
An optimized general monad transformer for streaming applications, with a simple prelude of functions -
text-icu
This package provides the Haskell Data.Text.ICU library, for performing complex manipulation of Unicode text.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai
Do you think we are missing an alternative of MemoTrie or a related project?
Popular Comparisons
README
MemoTrie is functional library for creating efficient memo functions, using tries. It's based on some code from Spencer Janssen (originally put on hpaste.org, now expired), which I assume was based on Ralf Hinze's paper Memo functions, polytypically!.
Install with cabal install Memotrie
.
See also
- Library documentation on Hackage.
- Related blog posts.