mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
add github.com/adrianbrad/queue (#4854)
This commit is contained in:
parent
1e14b3ad45
commit
a204aa5264
@ -587,6 +587,7 @@ additional ordered map implementations.
|
||||
- [deque](https://github.com/gammazero/deque) - Fast ring-buffer deque (double-ended queue).
|
||||
- [goconcurrentqueue](https://github.com/enriquebris/goconcurrentqueue) - Concurrent FIFO queue.
|
||||
- [memlog](https://github.com/embano1/memlog) - An easy to use, lightweight, thread-safe and append-only in-memory data structure inspired by Apache Kafka.
|
||||
- [queue](https://github.com/adrianbrad/queue) - Multiple thread-safe, generic queue implementations for Go.
|
||||
|
||||
### Sets
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user