gammazero / dequeLinks
Fast ring-buffer deque (double-ended queue)
☆681Updated 3 weeks ago
Alternatives and similar repositories for deque
Users that are interested in deque are comparing it to the libraries listed below
Sorting:
- Fastest and most memory efficient golang concurrent hashmap☆993Updated 7 months ago
- Zero-allocation reflection library for Go☆572Updated last year
- Go concurrent-safe, goroutine-safe, thread-safe queue☆425Updated 2 years ago
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆592Updated last month
- Golang port of Abseil's SwissTable☆825Updated 2 months ago
- Concurrent data structures for Go☆1,336Updated 3 weeks ago
- structslop is a static analyzer for Go that recommends struct field rearrangements to provide for maximum space/allocation efficiency.☆822Updated last year
- Fast, zero heap allocation Go Trie for runes or paths☆493Updated 8 months ago
- A Golang lock-free thread-safe HashMap optimized for fastest read access.☆1,847Updated 2 months ago
- XXH3 algorithm in Go☆449Updated 2 months ago
- Server Sent Events server and client for Golang☆937Updated 11 months ago
- Go package for dealing with maps, slices, JSON and other data.☆751Updated 3 months ago
- Anti-memory-waste byte buffer pool☆1,274Updated 10 months ago
- A Go implementation of the 64-bit xxHash algorithm (XXH64)☆1,949Updated 10 months ago
- An in-memory cache with item expiration and generics☆1,055Updated this week
- Thread-safe file locking library in Go☆632Updated 2 weeks ago
- Combine one or more Go errors together☆1,135Updated last year
- Wrapper types for sync/atomic which enforce atomic access☆1,404Updated last month
- Go package implementing bitsets☆1,419Updated 3 weeks ago
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆953Updated last week
- reflect api without runtime reflect.Value cost☆795Updated 2 months ago
- A golang LRU Cache for high concurrency☆1,362Updated 5 months ago
- A portable mmap package for Go☆1,027Updated 5 months ago
- Arbitrary-precision decimals for Go☆733Updated 9 months ago
- Nano ID for Go☆433Updated 11 months ago
- Selected Go-internal packages factored out from the standard library☆921Updated last month
- A thread-safe queue faster and more resource efficient than golang's native channels☆676Updated last year
- Golang implementation of Radix trees☆908Updated 10 months ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆573Updated 2 months ago
- An enum generator for go☆828Updated 2 months ago