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.
☆389Updated 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.☆963Updated last month
- Gin middleware to enable GZIP support.☆347Updated last month
- Efficient JSON beautifier and compactor for Go☆389Updated 2 years ago
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆601Updated 3 months ago
- ⚖️ Fast weighted random selection for Go☆406Updated last week
- ⚡ zap logging driver for gorm v2☆282Updated last month
- Go structures with default values using tags☆326Updated 11 months ago
- Convert Golang's http.Request to CURL command line☆786Updated last month
- Go concurrent-safe, goroutine-safe, thread-safe queue☆427Updated 2 years ago
- Gin middleware/handler to enable Cache☆414Updated last month
- A golang package for converting to snake_case or CamelCase☆1,093Updated last year
- reflect api without runtime reflect.Value cost☆799Updated 3 months ago
- Golang package for editing struct's fields during runtime and mapping structs to other structs.☆716Updated last year
- Clone any Go data structure deeply and thoroughly.☆321Updated 2 months ago
- Static middleware☆307Updated last month
- Timeout middleware for Gin☆203Updated 3 months ago
- simple struct copying for golang☆458Updated 5 years ago
- A library for diffing golang structures☆959Updated last year
- Golang client for redislabs' ReJSON module with support for multilple redis clients (redigo, go-redis)☆343Updated last year
- Cache library with Redis backend for Golang☆797Updated last year
- xmlquery is Golang XPath package for XML query.☆470Updated 2 months ago
- Zero-allocation reflection library for Go☆576Updated last year
- Go/Golang parser for user agent strings☆483Updated 9 months ago
- Thread-safe file locking library in Go☆642Updated last week
- Generate interfaces from structure methods.☆342Updated last week
- Deep copy things☆596Updated 4 years ago
- Initialize structs with default values☆843Updated 10 months ago
- Server-Sent Events implementation in Go. Used by the Gin Framework.☆131Updated 2 months ago
- Add custom struct tags to protobuf generated structs☆400Updated 8 months ago
- Go copy directory recursively☆761Updated 6 months ago