Expand description
Targeted optimizations for actual performance bottlenecks
Based on profiling data, these optimizations target real performance issues rather than theoretical ones.
Structs§
- Basic
Stats - Batch
Processor - Batch operations to reduce lock frequency
- Detailed
Stats - Fast
Stats Collector - Optimized statistics collector that avoids lock contention
Functions§
- clone_
if_ needed - Optimized clone avoidance for common patterns
- efficient_
string_ concat - Performance-aware string handling
- fast_
unwrap_ or_ default - Optimized unwrap replacement for hot paths
- fast_
unwrap_ result_ or_ default - Optimized unwrap for results in hot paths