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§
- Detailed
Stats - Smart
Stats - Macro for smart unwrapping (removed - use safe_operations instead) Performance-aware statistics that use the right tool for the job
Enums§
- Smart
Mutex - Smart mutex that chooses the best implementation based on usage patterns
- Smart
Mutex Guard
Traits§
- Safe
Unwrap - Lightweight unwrap replacement that doesn’t panic in release builds
- Smart
Clone - Efficient clone reduction for hot paths