edwingeng / deque
A highly optimized double-ended queue
☆189Updated last year
Alternatives and similar repositories for deque:
Users that are interested in deque are comparing it to the libraries listed below
- ⚡️ lock-free utilities in Go☆152Updated 9 months ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆283Updated last month
- a thread-safe concurrent map for go☆93Updated last year
- Synchronization and asynchronous computation package for Go☆235Updated 5 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆217Updated last year
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆282Updated 2 years ago
- ☆220Updated 2 weeks ago
- Zero-allocation type-safe pool for Go☆230Updated last year
- errgroup with goroutine worker limits☆162Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆137Updated 2 years ago
- ☆117Updated last year
- ⏳ Provide filtering, sanitizing, and conversion of Golang data. 提供对Golang数据的过滤,净化,转换。☆150Updated 2 months ago
- Go concurrent-safe, goroutine-safe, thread-safe queue☆414Updated last year
- A Golang package for doing a deep copy for (just about) anything☆146Updated 11 months ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 2 years ago
- A thread safe map which has expiring key-value pairs.☆72Updated 9 months ago
- go-mask is a simple, customizable Go library for masking sensitive information.☆190Updated 7 months ago
- HTTP/2 implementation for fasthttp☆213Updated last year
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆156Updated last year
- ❄ An Lock Free ID Generator for Golang based on Snowflake Algorithm (Twitter announced).☆272Updated 2 years ago
- ☆46Updated last year
- String utilities for Go☆207Updated 2 years ago
- Convert string to camel case, snake case, kebab case / slugify, custom delimiter, pad string, tease string and many other functionalities…☆240Updated 9 months ago
- Fast and scalable pseudorandom generator for Go☆203Updated 3 years ago
- concurrency utilities☆292Updated 5 years ago
- A typed implementation of the Go sync.Map using code generation☆256Updated last year
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 7 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.☆202Updated 5 months ago
- Go 1.18+ generic tuple☆84Updated 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.☆252Updated last year