Module operation_cache

Module operation_cache 

Source
Expand description

Advanced Caching Strategies for Quantum Operations

This module provides sophisticated caching mechanisms for frequently computed quantum operations, gate matrices, and intermediate results to optimize performance.

Structs§

CacheConfig
Cache configuration
CacheStats
Cache statistics
CachedOperation
Cached operation result
GateMatrixCache
Specialized cache for gate matrices
OperationKey
Cache key for quantum operations
QuantumOperationCache
Advanced quantum operation cache

Enums§

CachedData
Different types of cached data
EvictionPolicy
Cache eviction policies