|
|
A fast Golang queue using a ring-buffer, based on the version suggested by Dariusz Górecki.
|
|
A fast Golang queue using a ring-buffer, based on the version suggested by Dariusz Górecki.
|
|
|
Using this instead of other, simpler, queue implementations (slice+append or linked list) provides
|
|
Using this instead of other, simpler, queue implementations (slice+append or linked list) provides
|
|
|
substantial memory and time benefits, and fewer GC pauses.
|
|
substantial memory and time benefits, and fewer GC pauses.
|