gammazero / dequeLinks
Fast ring-buffer deque (double-ended queue)
☆715Updated 3 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☆430Updated 2 years ago
- Fast, zero heap allocation Go Trie for runes or paths☆495Updated last year
- Zero-allocation reflection library for Go☆581Updated last year
- Fastest and most memory efficient golang concurrent hashmap☆1,023Updated 11 months ago
- Golang port of Abseil's SwissTable☆828Updated 7 months ago
- XXH3 algorithm in Go☆489Updated 2 months ago
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆625Updated 6 months ago
- Go package for dealing with maps, slices, JSON and other data.☆802Updated 2 weeks ago
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆989Updated last month
- Thread-safe file locking library in Go☆661Updated last week
- A thread-safe queue faster and more resource efficient than golang's native channels☆688Updated last year
- An in-memory cache with item expiration and generics☆1,161Updated 2 weeks ago
- Wrapper types for sync/atomic which enforce atomic access☆1,433Updated 6 months ago
- Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, Po…☆812Updated 3 months ago
- An enum generator for go☆879Updated this week
- Clone of golang/groupcache with TTL and Item Removal support☆527Updated 5 months ago
- Combine one or more Go errors together☆1,153Updated last year
- An experimental Go local docs server/generator and code reader implemented with some fresh ideas.☆643Updated 3 weeks ago
- Concurrent data structures for Go☆1,503Updated last month
- A library for diffing golang structures☆971Updated 2 months ago
- 🚀 A real-time Golang runtime stats visualization profiler☆591Updated last year
- Nano ID for Go☆436Updated last year
- Generic PriorityQueues, Queues, Stacks, and Deque data structures for Go☆895Updated 2 years ago
- In-memory SQL engine in Go sql/driver for testing purpose☆911Updated last year
- Simple dense bitmap index in Go with binary operators☆358Updated 3 months ago
- 📚 String comparison and edit distance algorithms library, featuring : Levenshtein, LCS, Hamming, Damerau levenshtein (OSA and Adjacent t…☆576Updated 2 months ago
- A highly optimized double-ended queue☆201Updated 2 years ago
- Golang errors with stack trace and source fragments.☆1,100Updated last year
- Server Sent Events server and client for Golang☆987Updated last year
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆597Updated 7 months ago