elliotchance / orderedmap
🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.
☆905Updated this week
Alternatives and similar repositories for orderedmap:
Users that are interested in orderedmap are comparing it to the libraries listed below
- Wrapper types for sync/atomic which enforce atomic access☆1,374Updated 3 weeks ago
- A library for diffing golang structures☆921Updated last year
- Rate limiting for go-redis☆875Updated 2 months ago
- Combine one or more Go errors together☆1,086Updated 9 months ago
- reflect api without runtime reflect.Value cost☆774Updated 6 months ago
- Anti-memory-waste byte buffer pool☆1,219Updated 6 months ago
- Go package implementing bitsets☆1,377Updated last month
- Fastest and most memory efficient golang concurrent hashmap☆963Updated 3 months ago
- Concurrent data structures for Go☆1,151Updated this week
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆545Updated 5 months ago
- An in-memory cache with item expiration and generics☆995Updated last week
- A Golang lock-free thread-safe HashMap optimized for fastest read access.☆1,818Updated last year
- Concurrency limiting goroutine pool☆1,353Updated 2 months ago
- Simplified distributed locking implementation using Redis☆1,519Updated 10 months ago
- A golang package for converting to snake_case or CamelCase☆1,053Updated last year
- Cache library with Redis backend for Golang☆764Updated 7 months ago
- An enum generator for go☆784Updated 3 months ago
- 🍕 Enjoy a slice! A utility library for dealing with slices and maps that focuses on type safety and performance.☆1,983Updated 2 months ago
- Simple golang library for retry mechanism☆2,516Updated 2 months 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 …☆370Updated last year
- csvutil provides fast and idiomatic mapping between CSV and Go (golang) values.☆952Updated 5 months ago
- A Go implementation of the 64-bit xxHash algorithm (XXH64)☆1,865Updated 6 months ago
- Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead☆2,170Updated 6 months ago
- Golang port of Abseil's SwissTable☆803Updated 6 months ago
- A universal mechanism to manage goroutine lifecycles☆1,569Updated 9 months ago
- Server Sent Events server and client for Golang☆890Updated 7 months ago
- A golang LRU Cache for high concurrency☆1,328Updated last month
- [mirror] concurrency primitives☆883Updated last week
- Go concurrent-safe, goroutine-safe, thread-safe queue☆414Updated last year
- Zero-allocation reflection library for Go☆550Updated last year