iancoleman / orderedmapLinks
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 the python collections.OrderedDict.
☆392Updated last year
Alternatives and similar repositories for orderedmap
Users that are interested in orderedmap are comparing it to the libraries listed below
Sorting:
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆969Updated last month
- Efficient JSON beautifier and compactor for Go☆396Updated 2 years ago
- ⚖️ Fast weighted random selection for Go☆406Updated last month
- Go structures with default values using tags☆327Updated 11 months ago
- Go concurrent-safe, goroutine-safe, thread-safe queue☆431Updated 2 years ago
- Gin middleware to enable GZIP support.☆349Updated 2 months ago
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆604Updated 4 months ago
- reflect api without runtime reflect.Value cost☆802Updated 4 months ago
- simple struct copying for golang☆458Updated 5 years ago
- Zero-allocation reflection library for Go☆579Updated last year
- ⚡ zap logging driver for gorm v2☆283Updated last week
- Convert Golang's http.Request to CURL command line☆788Updated 2 months ago
- Parse and modify Go struct field tags☆646Updated last year
- Generate interfaces from structure methods.☆345Updated 2 weeks ago
- Clone any Go data structure deeply and thoroughly.☆321Updated 3 months ago
- Abstract JSON for Golang with JSONPath support☆276Updated 8 months ago
- Thread-safe file locking library in Go☆649Updated 2 weeks ago
- Golang package for editing struct's fields during runtime and mapping structs to other structs.☆717Updated last year
- xmlquery is Golang XPath package for XML query.☆475Updated 3 months ago
- An enum generator for go☆851Updated this week
- Go/Golang parser for user agent strings☆491Updated 10 months ago
- A golang package for converting to snake_case or CamelCase☆1,097Updated last year
- Gin middleware/handler to enable Cache☆416Updated last week
- Configuration for Go applications☆463Updated last year
- A library for diffing golang structures☆960Updated last year
- Redis client Mock☆321Updated last year
- Cache library with Redis backend for Golang☆802Updated last year
- Deep copy things☆598Updated 4 years ago
- Initialize structs with default values☆845Updated 11 months ago
- Fast, zero heap allocation Go Trie for runes or paths☆495Updated 10 months ago