edwingeng / dequeLinks
A highly optimized double-ended queue
☆201Updated last year
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☆253Updated 3 weeks ago
- a thread-safe concurrent map for go☆96Updated last year
- ⚡️ lock-free utilities in Go☆158Updated last year
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆312Updated 2 months ago
- Fastest and most efficient goroutine pool (experimental)☆139Updated 2 years ago
- Go concurrent-safe, goroutine-safe, thread-safe queue☆431Updated 2 years ago
- Zero-allocation type-safe pool for Go☆236Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆287Updated 2 years ago
- ☆246Updated 3 weeks ago
- errgroup with goroutine worker limits☆165Updated 2 years ago
- ⏳ Provide filtering, sanitizing, and conversion of Golang data. 提供对Golang数据的过滤,净化,转换。☆151Updated last month
- Package for fast copying structs of different types☆51Updated 4 years ago
- A Golang package for doing a deep copy for (just about) anything☆148Updated last year
- various libs or tools for Golang☆106Updated this week
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆213Updated 11 months ago
- Eventually consistent distributed in-memory cache Go library☆160Updated 2 years ago
- Fast and scalable pseudorandom generator for Go☆206Updated 3 years ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆158Updated 2 years ago
- A thread safe map which has expiring key-value pairs.☆75Updated last year
- ❄ An Lock Free ID Generator for Golang based on Snowflake Algorithm (Twitter announced).☆284Updated 2 years ago
- HTTP/2 implementation for fasthttp☆225Updated last month
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆103Updated 5 months ago
- Fast deep-copy library for Go☆101Updated last month
- 🗃 Generic cache use and cache manage. Provide a unified usage API by packaging various commonly used drivers. Support File, Memory, Red…☆198Updated last week
- ☆46Updated last year
- Package netpoll implements a network poller based on epoll/kqueue.☆59Updated last year
- A minimal and efficient workerpool implementation in Go using goroutines.☆123Updated 3 years ago
- redisqueue provides a producer and consumer of a queue that uses Redis streams☆134Updated last year
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆590Updated 4 months ago