ZenQ
ZenQ copied to clipboard
cpu 100%
cpu 100% even no data is processing
@chenfeisoft this is by design. The goroutine calling Read()
polls continuously (CPU spin wait) to check if data is available or not. The queue is optimized for lowest possible latency.