edwingeng / deque
A highly optimized double-ended queue
☆194Updated last year
Alternatives and similar repositories for deque:
Users that are interested in deque are comparing it to the libraries listed below
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆289Updated last month
- a thread-safe concurrent map for go☆94Updated last year
- Synchronization and asynchronous computation package for Go☆243Updated 7 months ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆285Updated 2 years ago
- ⏳ Provide filtering, sanitizing, and conversion of Golang data. 提供对Golang数据的过滤,净化,转换。☆151Updated 4 months ago
- ⚡️ lock-free utilities in Go☆156Updated 11 months ago
- go-mask is a simple, customizable Go library for masking sensitive information.☆193Updated 9 months ago
- errgroup with goroutine worker limits☆164Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 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
- ❄ An Lock Free ID Generator for Golang based on Snowflake Algorithm (Twitter announced).☆277Updated 2 years ago
- Expirable Go LRC\LRU cache without goroutines☆85Updated 3 weeks ago
- Zero-allocation type-safe pool for Go