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 hn newest 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. load replies (2) karel-3d|8 months ago The actual code and the actual bench is very short.
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. load replies (2)
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. load replies (2)
oefrha|8 months ago
nine_k|8 months ago
karel-3d|8 months ago