Module memoization

Module memoization 

Source
Expand description

Memoization support for RETE-UL evaluation

This module provides caching mechanisms to avoid re-evaluating the same node with the same facts multiple times, significantly improving performance for complex rule networks.

Structsยง

MemoStats
Memoization statistics
MemoizedEvaluator
Memoization cache for RETE-UL evaluation