//! Cache-enabled fast-path for pattern matching.
//!//! This module provides an optimized version of pattern matching that uses
//! adjacency cache as a fast-path while maintaining identical results
//! to the SQL-based implementation.
pubmodedge_validation;pubmodfast_path_detection;pubmodfast_path_execution;#[cfg(test)]modtests;pubusefast_path_execution::match_triples_fast;