elliotchance / orderedmap
🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.
☆948Updated last week
Alternatives and similar repositories for orderedmap
Users that are interested in orderedmap are comparing it to the libraries listed below
Sorting:
- A library for diffing golang structures☆944Updated last year
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆591Updated last month
- Wrapper types for sync/atomic which enforce atomic access☆1,404Updated 3 weeks ago
- reflect api without runtime reflect.Value cost☆792Updated last month
- Initialize structs with default values☆829Updated 9 months ago
- A golang package for converting to snake_case or CamelCase☆1,078Updated last year
- Combine one or more Go errors together☆1,132Updated last year
- A Golang lock-free thread-safe HashMap optimized for fastest read access.☆1,845Updated 2 months ago
- An in-memory cache with item expiration and generics☆1,041Updated last week
- Online deadlock detection in go (golang)☆1,104Updated 4 months ago
- Rate limiting for go-redis☆909Updated last week
- 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 …☆384Updated last year
- Server Sent Events server and client for Golang☆931Updated 10 months ago
- Concurrency limiting goroutine pool☆1,378Updated 3 months ago
- Fastest and most memory efficient golang concurrent hashmap☆995Updated 6 months ago
- Go package implementing bitsets☆1,414Updated last week
- Anti-memory-waste byte buffer pool☆1,261Updated 9 months ago
- A UUID package for Go☆1,637Updated last week
- Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead☆2,208Updated 10 months ago
- Concurrent data structures for Go☆1,297Updated last week
- Zero-allocation reflection library for Go☆567Updated last year
- An enum generator for go☆823Updated last month
- A Go (golang) package for representing a list of errors as a single error.☆2,454Updated 2 months ago
- A Go implementation of the 64-bit xxHash algorithm (XXH64)☆1,933Updated 10 months ago
- Golang errors with stack trace and source fragments.☆1,087Updated 11 months ago
- 🍕 Enjoy a slice! A utility library for dealing with slices and maps that focuses on type safety and performance.☆1,999Updated 5 months ago
- Inject custom tags to protobuf golang struct☆1,209Updated last year
- A flexible and powerful SQL string builder library plus a zero-config ORM.☆1,541Updated last month
- 🚀 A real-time Golang runtime stats visualization profiler☆585Updated 9 months ago
- Simple golang library for retry mechanism☆2,660Updated last month