Assertion memoizer. Safely bring the outcome of an assertion next the code where it is actually useful.
Memoization functions for Rust
rustgym solutions
Arena-based recursion schemes: stack-safe folds, unfolds, transforms, and zippers
A simple safe Rust library to cache functions (or sections of code) in memory
A Rust library for compressing and decompressing data using the Zeckendorf representation algorithm
A Rust attribute macro for automatic memoization (caching) of function results, optimizing recursive and repetitive computations with thread-safe lazy initialization.
jsonm implementation port for Rust. jsonm is a fast and safe way to compress JSON messages using memoization. jsonm makes messages up to several orders of magnitude smaller by getting rid of repeated names and values.
jsonm implementation port for Rust. jsonm is a fast and safe way to compress JSON messages using memoization. jsonm makes messages up to several orders of magnitude smaller by getting rid of repeated names and values.
High-performance PEG parser library with packrat memoization and arena allocation
A simple, safe, single-threaded, pure rust library for memoization and dynamic programming
Probabilistic graphical model and message-passing interoperability for QuantRS2