database-stream-processor icon indicating copy to clipboard operation
database-stream-processor copied to clipboard

Switch to `parking_lot::Mutex` everywhere.

Open ryzhyk opened this issue 3 years ago • 0 comments

std::sync::Mutex is relatively slow, we should use the parking_lot mutex instead.

ryzhyk avatar Nov 29 '22 16:11 ryzhyk