database-stream-processor
database-stream-processor copied to clipboard
Switch to `parking_lot::Mutex` everywhere.
std::sync::Mutex is relatively slow, we should use the parking_lot mutex instead.