elliotchance / orderedmapLinks
🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.
☆994Updated last month
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☆976Updated 3 months ago
- An in-memory cache with item expiration and generics☆1,178Updated last month
- Server Sent Events server and client for Golang☆997Updated last year
- 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 …☆397Updated 2 years ago
- Wrapper types for sync/atomic which enforce atomic access☆1,437Updated 7 months ago
- Concurrency limiting goroutine pool☆1,430Updated 9 months ago
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆636Updated 7 months ago
- Rate limiting for go-redis☆965Updated last week
- Simplified distributed locking implementation using Redis☆1,705Updated 5 months ago
- Cache library with Redis backend for Golang☆810Updated last year
- Combine one or more Go errors together☆1,158Updated last year
- A golang package for converting to snake_case or CamelCase☆1,119Updated last year
- reflect api without runtime reflect.Value cost☆812Updated 7 months ago
- Initialize structs with default values☆857Updated last year
- Convert Golang's http.Request to CURL command line☆795Updated last week
- Anti-memory-waste byte buffer pool☆1,309Updated last year
- Fastest and most memory efficient golang concurrent hashmap☆1,024Updated last year
- Expression evaluation in golang☆805Updated 3 months ago
- A Go implementation of the 64-bit xxHash algorithm (XXH64)☆2,039Updated last year
- A full-featured regex engine in pure Go based on the .NET engine☆1,125Updated 7 months ago
- GORM Customized Data Types Collection☆807Updated this week
- Golang package for editing struct's fields during runtime and mapping structs to other structs.☆725Updated last year
- Fast ring-buffer deque (double-ended queue)☆735Updated last week
- Online deadlock detection in go (golang)☆1,150Updated 3 weeks ago
- 🍕 Enjoy a slice! A utility library for dealing with slices and maps that focuses on type safety and performance.☆2,040Updated 11 months ago
- Go package implementing bitsets☆1,456Updated last week
- An enum generator for go☆885Updated 2 weeks ago
- Go concurrent-safe, goroutine-safe, thread-safe queue☆430Updated 2 years ago
- Clone any Go data structure deeply and thoroughly.☆325Updated 6 months ago
- ⚖️ Fast weighted random selection for Go☆412Updated 2 months ago