edwingeng / dequeLinks
A highly optimized double-ended queue
☆202Updated 2 years ago
Alternatives and similar repositories for deque
Users that are interested in deque are comparing it to the libraries listed below
Sorting:
- Synchronization and asynchronous computation package for Go☆281Updated 4 months ago
- ⚡️ lock-free utilities in Go☆162Updated last year
- a thread-safe concurrent map for go☆99Updated 2 years ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆324Updated 3 weeks ago
- ☆255Updated 2 weeks ago
- Zero-allocation type-safe pool for Go☆244Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- A thread safe map which has expiring key-value pairs.☆74Updated last year
- Go concurrent-safe, goroutine-safe, thread-safe queue☆431Updated 2 years ago
- errgroup with goroutine worker limits☆166Updated 2 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆292Updated 2 years ago
- Fast and scalable pseudorandom generator for Go☆208Updated 4 years ago
- A Golang package for doing a deep copy for (just about) anything☆149Updated last year
- Package for fast copying structs of different types☆52Updated 4 years ago
- easier, faster, but extendable MessagePack Serializer for Golang. / msgpack.org[Go]☆174Updated this week
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆223Updated last year
- Fast deep-copy library for Go☆116Updated this week
- ⏳ Provide filtering, sanitizing, and conversion of Golang data. 提供对Golang数据的过滤,净化,转换。☆149Updated last week
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆264Updated 2 years ago
- redisqueue provides a producer and consumer of a queue that uses Redis streams☆137Updated last year
- Expirable Go LRC\LRU cache without goroutines☆90Updated 2 months ago
- ☆123Updated 2 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆152Updated 3 years ago
- Go simple async message bus☆283Updated 4 years ago
- Eventually consistent distributed in-memory cache Go library☆162Updated 2 years ago
- various libs or tools for Golang☆107Updated last week
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆607Updated 8 months ago
- A minimal and efficient workerpool implementation in Go using goroutines.☆123Updated 4 years ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆107Updated 2 months ago