elliotchance / orderedmapLinks
🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.
☆1,007Updated last month
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,438Updated 8 months ago
- A library for diffing golang structures☆982Updated 4 months ago
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆646Updated 8 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 …☆400Updated 2 years ago
- Server Sent Events server and client for Golang☆1,007Updated last year
- Concurrency limiting goroutine pool☆1,437Updated 10 months ago
- Rate limiting for go-redis☆974Updated 3 weeks ago
- Combine one or more Go errors together☆1,164Updated last year
- Fastest and most memory efficient golang concurrent hashmap☆1,025Updated last year
- Fast ring-buffer deque (double-ended queue)☆746Updated last month
- A golang package for converting to snake_case or CamelCase☆1,122Updated 2 years ago
- reflect api without runtime reflect.Value cost☆819Updated 9 months ago
- A Go implementation of the 64-bit xxHash algorithm (XXH64)☆2,053Updated last year
- Cache library with Redis backend for Golang☆815Updated last year
- Convert Golang's http.Request to CURL command line☆795Updated last week
- An in-memory cache with item expiration and generics☆1,197Updated last month
- Anti-memory-waste byte buffer pool☆1,318Updated last year
- Go concurrent-safe, goroutine-safe, thread-safe queue☆431Updated 2 years ago
- 🍕 Enjoy a slice! A utility library for dealing with slices and maps that focuses on type safety and performance.☆2,040Updated this week
- Initialize structs with default values☆862Updated last year
- An experimental Go local docs server/generator and code reader implemented with some fresh ideas.☆647Updated last week
- ⚖️ Fast weighted random selection for Go☆414Updated last week
- Generate type-safe Go converters by defining function signatures.☆794Updated 3 months ago
- Simple golang library for retry mechanism☆2,861Updated last month
- Simplified distributed locking implementation using Redis☆1,725Updated 6 months ago
- An enum generator for go☆905Updated last month
- A golang LRU Cache for high concurrency☆1,383Updated last month
- Golang package for editing struct's fields during runtime and mapping structs to other structs.☆726Updated last year
- A Golang lock-free thread-safe HashMap optimized for fastest read access.☆1,878Updated 4 months ago
- Go package implementing bitsets☆1,467Updated 3 weeks ago