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.
☆402Updated 2 years ago
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.☆1,014Updated 3 weeks ago
- ⚖️ Fast weighted random selection for Go☆416Updated last week
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆655Updated 9 months ago
- Go structures with default values using tags☆342Updated last year
- Efficient JSON beautifier and compactor for Go☆408Updated 3 years ago
- simple struct copying for golang☆461Updated 5 years ago
- Convert Golang's http.Request to CURL command line☆798Updated last week
- ⚡ zap logging driver for gorm v2☆285Updated this week
- Go concurrent-safe, goroutine-safe, thread-safe queue☆434Updated 2 years ago
- reflect api without runtime reflect.Value cost☆821Updated 10 months ago
- Gin middleware to enable GZIP support.☆362Updated last month
- Gin middleware/handler to enable Cache☆448Updated last month
- Clone any Go data structure deeply and thoroughly.☆329Updated 8 months ago
- Golang package for editing struct's fields during runtime and mapping structs to other structs.☆727Updated 2 years ago
- A library for diffing golang structures☆983Updated 5 months ago
- A golang package for converting to snake_case or CamelCase☆1,129Updated 2 years ago
- Parse and modify Go struct field tags☆653Updated 2 years ago
- Go/Golang parser for user agent strings☆524Updated last year
- Zero-allocation reflection library for Go☆596Updated 2 years ago
- gin pprof middleware☆711Updated last month
- Formatter for https://github.com/sirupsen/logrus☆168Updated 3 years ago
- Static middleware☆318Updated last month
- implement BulkInsert using gorm, just pass a Slice of Struct. Simple and compatible.☆281Updated 2 years ago
- Thread-safe file locking library in Go☆700Updated 2 weeks ago
- Abstract JSON for Golang with JSONPath support☆291Updated last year
- Timeout middleware for Gin☆226Updated last month
- Go copy directory recursively☆769Updated last year
- Generate interfaces from structure methods.☆348Updated 2 weeks ago
- golang jsonpath library. follow the majority rules in this article http://goessner.net/articles/JsonPath/☆341Updated last year
- Rate limiting for go-redis☆988Updated 3 weeks ago