Module smart_optimization

Module smart_optimization 

Source
Expand description

Smart optimization based on actual performance analysis

This module provides targeted optimizations based on real performance data, avoiding the over-engineering that led to performance degradation.

Structs§

DetailedStats
SmartStats
Macro for smart unwrapping (removed - use safe_operations instead) Performance-aware statistics that use the right tool for the job

Enums§

SmartMutex
Smart mutex that chooses the best implementation based on usage patterns
SmartMutexGuard

Traits§

SafeUnwrap
Lightweight unwrap replacement that doesn’t panic in release builds
SmartClone
Efficient clone reduction for hot paths