Faster Go channels implementation #golang_news

GitHub
runtime: make underlying implementation of channels more efficient (Reference -> https://github.com/alphadose/ZenQ) · Issue #52652 · golang/go
Current implementation of channels could use some improvements in terms of ns/op, B/op and allocs/op I have made a POC thread-safe queue which has ...