edwingeng / dequeLinks
A highly optimized double-ended queue
☆201Updated 2 years ago
Alternatives and similar repositories for deque
Users that are interested in deque are comparing it to the libraries listed below
Sorting:
- ⚡️ lock-free utilities in Go☆162Updated last year
- a thread-safe concurrent map for go☆98Updated last year
- Go concurrent-safe, goroutine-safe, thread-safe queue☆428Updated 2 years ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆316Updated last week
- Synchronization and asynchronous computation package for Go☆274Updated 2 months ago
- ☆248Updated last month
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆220Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- Zero-allocation type-safe pool for Go☆242Updated 2 years ago
- ⏳ Provide filtering, sanitizing, and conversion of Golang data. 提供对Golang数据的过滤,净化,转换。☆151Updated last month
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆288Updated 2 years ago
- A thread safe map which has expiring key-value pairs.☆74Updated last year
- easier, faster, but extendable MessagePack Serializer for Golang. / msgpack.org[Go]☆170Updated last month
- various libs or tools for Golang☆107Updated 2 weeks ago
- errgroup with goroutine worker limits☆165Updated 2 years ago
- Package for fast copying structs of different types☆52Updated 4 years ago
- A Golang package for doing a deep copy for (just about) anything☆148Updated last year
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆262Updated 2 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.☆220Updated last year
- 🗃 Generic cache use and cache manage. Provide a unified usage API by packaging various commonly used drivers. Support File, Memory, Red…☆199Updated 3 weeks ago
- Fast and scalable pseudorandom generator for Go☆207Updated 4 years ago
- redisqueue provides a producer and consumer of a queue that uses Redis streams☆137Updated last year
- A fast little LRU cache for Go☆173Updated 2 years ago
- Eventually consistent distributed in-memory cache Go library☆162Updated 2 years ago
- ❄ An Lock Free ID Generator for Golang based on Snowflake Algorithm (Twitter announced).☆294Updated 2 years ago
- ☆46Updated last year
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆594Updated 6 months ago
- Go simple async message bus☆279Updated 4 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆152Updated 3 years ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆161Updated 2 years ago