gammazero / dequeLinks
Fast ring-buffer deque (double-ended queue)
☆754Updated 2 months ago
Alternatives and similar repositories for deque
Users that are interested in deque are comparing it to the libraries listed below
Sorting:
- Go concurrent-safe, goroutine-safe, thread-safe queue☆434Updated 2 years ago
- Fastest and most memory efficient golang concurrent hashmap☆1,024Updated last year
- Fast, zero heap allocation Go Trie for runes or paths☆502Updated last year
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆657Updated 10 months ago
- Golang port of Abseil's SwissTable☆828Updated 10 months ago
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆1,014Updated 3 weeks ago
- Zero-allocation reflection library for Go☆596Updated 2 years ago
- XXH3 algorithm in Go☆523Updated last week
- A thread-safe queue faster and more resource efficient than golang's native channels☆693Updated last year
- Thread-safe file locking library in Go☆703Updated 3 weeks ago
- An in-memory cache with item expiration and generics☆1,208Updated 2 months ago
- Combine one or more Go errors together☆1,169Updated last year
- Go package for dealing with maps, slices, JSON and other data.☆834Updated 2 months ago
- An enum generator for go☆913Updated 2 months ago
- Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, Po…☆821Updated 2 months ago
- Concurrent data structures for Go☆1,579Updated last week
- Nano ID for Go☆438Updated last year
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆618Updated last week
- Write ahead log for Go.☆704Updated 5 months ago
- An experimental Go local docs server/generator and code reader implemented with some fresh ideas.☆648Updated last month
- 🚀 A real-time Golang runtime stats visualization profiler☆592Updated last year
- A library for diffing golang structures☆983Updated 5 months ago
- structslop is a static analyzer for Go that recommends struct field rearrangements to provide for maximum space/allocation efficiency.☆833Updated last year
- Generic PriorityQueues, Queues, Stacks, and Deque data structures for Go☆897Updated 2 years ago
- A Golang lock-free thread-safe HashMap optimized for fastest read access.☆1,880Updated 6 months ago
- ⚖️ Fast weighted random selection for Go☆416Updated this week
- Wrapper types for sync/atomic which enforce atomic access☆1,440Updated 9 months ago
- Initialize structs with default values☆866Updated last year
- Go package implementing bitsets☆1,476Updated 3 weeks ago
- Golang rate limiters for distributed applications☆614Updated 3 weeks ago