Attribute macro for auto-memoizing functions with somewhat-simple signatures
Simple function memoization struct.
An attribute macro that adds memoization to a function (sounds like Mickey)
Allows for structure fields to be memoized
Provides a generic Interned<T> which can intern practically any type including &str, slices, and primitives, plus memoization via Memoized<I, T>
A memoizer specifically tailored for storing lazy-initialized intl formatters for Project Fluent, a localization system designed to unleash the entire expressive power of natural language translations.
A memoizer specifically tailored for storing lazy-initialized intl formatters.
Incremental computation through constrained memoization.
A Rust attribute macro for automatic memoization (caching) of function results, optimizing recursive and repetitive computations with thread-safe lazy initialization.
High-performance PEG parser library with packrat memoization and arena allocation
Testing and performance evaluation suite for Adapton
Zero-cost, no_std-compatible library for lazy evaluation and memoization
No description provided.
No description provided.