elliotchance / orderedmapLinks
🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.
☆979Updated 3 months ago
Alternatives and similar repositories for orderedmap
Users that are interested in orderedmap are comparing it to the libraries listed below
Sorting:
- Wrapper types for sync/atomic which enforce atomic access☆1,430Updated 5 months ago
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆622Updated 5 months ago
- Server Sent Events server and client for Golang☆978Updated last year
- Rate limiting for go-redis☆945Updated 2 weeks ago
- orderedmap is a golang map where the keys keep the order that they're added. It can be de/serialized from/to JSON. It's based closely on …☆392Updated last year
- Combine one or more Go errors together☆1,152Updated last year
- A library for diffing golang structures☆966Updated last month
- Fastest and most memory efficient golang concurrent hashmap☆1,019Updated 10 months ago
- An in-memory cache with item expiration and generics☆1,139Updated last week
- reflect api without runtime reflect.Value cost☆805Updated 5 months ago
- Concurrency limiting goroutine pool☆1,413Updated 7 months ago
- Initialize structs with default values☆852Updated last year
- Cache library with Redis backend for Golang☆806Updated last year
- Convert Golang's http.Request to CURL command line☆793Updated last week
- Anti-memory-waste byte buffer pool☆1,297Updated last year
- Simplified distributed locking implementation using Redis☆1,683Updated 3 months ago
- A golang package for converting to snake_case or CamelCase☆1,106Updated last year
- 🍕 Enjoy a slice! A utility library for dealing with slices and maps that focuses on type safety and performance.☆2,034Updated 9 months ago
- An enum generator for go☆867Updated this week
- Fast ring-buffer deque (double-ended queue)☆700Updated 2 months ago
- ⚖️ Fast weighted random selection for Go☆410Updated this week
- Go concurrent-safe, goroutine-safe, thread-safe queue☆430Updated 2 years ago
- Generate type-safe Go converters by defining function signatures.☆760Updated last week
- Online deadlock detection in go (golang)☆1,144Updated 2 weeks ago
- 🚀 A real-time Golang runtime stats visualization profiler☆591Updated last year
- A Golang lock-free thread-safe HashMap optimized for fastest read access.☆1,868Updated last month
- Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead☆2,263Updated last month
- GORM Customized Data Types Collection☆795Updated this week
- Go library for retrying with configurable backoffs☆683Updated last year
- [mirror] concurrency primitives☆901Updated last week