Module optimized_collection_manager

Source
Expand description

Optimized collection manager using lock-free data structures

This module provides a high-performance collection manager that leverages lock-free data structures for minimal latency in high-frequency trading environments.

Structsยง

ComprehensiveStats
Comprehensive statistics combining all subsystems
EfficiencyMetrics
System efficiency metrics
OptimizedCollectionConfig
Configuration for the optimized collection manager
OptimizedCollectionManager
Optimized collection manager with lock-free optimizations