add koss-null/list (#5783)

Co-authored-by: Dima Kossovich <koss@null.net>
This commit is contained in:
Dmitry Kossovich 2025-10-18 16:05:48 +03:00 committed by GitHub
parent 3e803aa8b7
commit 2547d6a11c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -655,6 +655,7 @@ additional ordered map implementations.
- [dqueue](https://github.com/vodolaz095/dqueue) - Simple, in memory, zero dependency and battle tested, thread-safe deferred queue.
- [goconcurrentqueue](https://github.com/enriquebris/goconcurrentqueue) - Concurrent FIFO queue.
- [hatchet](https://github.com/hatchet-dev/hatchet) - Distributed, Fault-tolerant task queue.
- [list](https://github.com/koss-null/list) - A generic, thread-safe doubly linked list with full iterator support and an intrusive singly linked list for embedded use; a feature-rich replacement for container/list.
- [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.