top | item 44415569

(no title)

minaguib | 8 months ago

OP: the readme could really benefit from a section describing the underlying methodology, and comparing it to other approaches (Go channels, LMAX, etc...)

discuss

order

oefrha|8 months ago

It’s a fairly standard broadcaster based on sync.Cond.

nine_k|8 months ago

Why are channels so much slower? I would expect a channel to operate basically like a ring buffer + a semaphore.

karel-3d|8 months ago

The actual code and the actual bench is very short.