This commit introduces a fixed size circular buffer which stores elements in a fixed size underlying array, wrapping to overwrite items when the buffer gets full. |
||
|---|---|---|
| .. | ||
| circular_buf_test.go | ||
| circular_buf.go | ||
| gc_queue_test.go | ||
| gc_queue.go | ||
| go.mod | ||
| go.sum | ||
| priority_queue_test.go | ||
| priority_queue.go | ||
| queue_test.go | ||
| queue.go | ||