gammazero / dequeLinks
Fast ring-buffer deque (double-ended queue)
☆741Updated 3 weeks ago
Alternatives and similar repositories for deque
Users that are interested in deque are comparing it to the libraries listed below
Sorting:
- Fast, zero heap allocation Go Trie for runes or paths☆496Updated last year
- Fastest and most memory efficient golang concurrent hashmap☆1,025Updated last year
- Go concurrent-safe, goroutine-safe, thread-safe queue☆431Updated 2 years ago
- Zero-allocation reflection library for Go☆583Updated 2 years ago
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆638Updated 8 months ago
- Go package for dealing with maps, slices, JSON and other data.☆818Updated last week
- Golang port of Abseil's SwissTable☆827Updated 8 months ago
- XXH3 algorithm in Go☆492Updated 4 months ago
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆998Updated this week
- An enum generator for go☆896Updated last week
- Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, Po…☆818Updated last week
- A Golang lock-free thread-safe HashMap optimized for fastest read access.☆1,878Updated 4 months ago
- An in-memory cache with item expiration and generics☆1,185Updated last week
- structslop is a static analyzer for Go that recommends struct field rearrangements to provide for maximum space/allocation efficiency.☆833Updated last year
- a fake clock for golang☆719Updated last week
- Simple dense bitmap index in Go with binary operators☆367Updated 5 months ago
- dque is a fast, embedded, durable queue for Go☆794Updated last year
- An experimental Go local docs server/generator and code reader implemented with some fresh ideas.☆643Updated 2 months ago
- A thread-safe queue faster and more resource efficient than golang's native channels☆690Updated last year
- Wrapper types for sync/atomic which enforce atomic access☆1,437Updated 7 months ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆607Updated 8 months ago
- In-memory SQL engine in Go sql/driver for testing purpose