edwingeng / deque
A highly optimized double-ended queue
☆185Updated last year
Related projects ⓘ
Alternatives and complementary repositories for deque
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆274Updated 4 months ago
- ⚡️ lock-free utilities in Go☆151Updated 6 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆214Updated last year
- Fast and scalable pseudorandom generator for Go☆200Updated 3 years ago
- Synchronization and asynchronous computation package for Go☆225Updated 2 months ago
- a thread-safe concurrent map for go☆92Updated last year
- Fastest and most efficient goroutine pool (experimental)☆136Updated 2 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆277Updated last year
- Go concurrent-safe, goroutine-safe, thread-safe queue☆396Updated last year
- errgroup with goroutine worker limits☆162Updated last year
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆151Updated 2 years ago
- ☆168Updated 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.☆243Updated last year
- ☆46Updated last year
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆150Updated last year
- A thread safe map which has expiring key-value pairs.☆72Updated 6 months ago
- Zero-allocation type-safe pool for Go☆223Updated last year
- redisqueue provides a producer and consumer of a queue that uses Redis streams☆129Updated 8 months 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.☆176Updated 2 months ago
- Load file-backed memory☆121Updated 2 years ago
- Fast ring-buffer deque (double-ended queue)☆590Updated this week
- ⏳ Provide filtering, sanitizing, and conversion of Golang data. 提供对Golang数据的过滤,净化,转换。☆151Updated last month
- easier, faster, but extendable MessagePack Serializer for Golang. / msgpack.org[Go]☆149Updated 2 months ago
- Fast, high quality alternative to math/rand and golang.org/x/exp/rand☆236Updated 2 weeks ago
- HTTP/2 implementation for fasthttp☆211Updated last year
- Go 1.18+ generic tuple☆82Updated last year
- ❄ An Lock Free ID Generator for Golang based on Snowflake Algorithm (Twitter announced).☆269Updated last year
- Expirable Go LRC\LRU cache without goroutines☆83Updated 3 months ago
- Package schedgroup provides a goroutine worker pool which schedules tasks to be performed at or after a specified time. MIT Licensed.☆136Updated 2 years ago
- ☆110Updated last year