Module optimized_locks

Module optimized_locks 

Source
Expand description

Optimized lock implementations using parking_lot

This module provides drop-in replacements for standard library locks using parking_lot for better performance and features.

Structsยง

LockFreeCounter
Lock-free counter for simple atomic operations
OptimizedMutex
Optimized mutex with performance monitoring
OptimizedMutexGuard
Guard for optimized mutex
OptimizedRwLock
Optimized RwLock with performance monitoring
OptimizedRwLockReadGuard
Read guard for optimized RwLock
OptimizedRwLockWriteGuard
Write guard for optimized RwLock