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:
- Efficient JSON beautifier and compactor for Go☆400Updated 2 years ago
- ⚖️ Fast weighted random selection for Go☆409Updated 2 weeks ago
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆979Updated 3 months ago
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆621Updated 5 months ago
- Gin middleware to enable GZIP support.☆352Updated last week
- Go structures with default values using tags☆330Updated last year
- reflect api without runtime reflect.Value cost☆805Updated 5 months ago
- Clone any Go data structure deeply and thoroughly.☆322Updated 4 months ago
- ⚡ zap logging driver for gorm v2☆282Updated this week
- Go concurrent-safe, goroutine-safe, thread-safe queue☆430Updated 2 years ago
- simple struct copying for golang☆459Updated 5 years ago
- Gin middleware/handler to enable Cache☆422Updated this week
- Go/Golang parser for user agent strings☆503Updated 11 months ago
- Static middleware☆311Updated this week
- A golang package for converting to snake_case or CamelCase☆1,106Updated last year
- Convert Golang's http.Request to CURL command line☆793Updated this week
- Initialize structs with default values☆852Updated last year
- Thread-safe file locking library in Go☆656Updated last week
- Zero-allocation reflection library for Go☆582Updated last year
- A Golang package for doing a deep copy for (just about) anything☆148Updated last year
- Generate interfaces from structure methods.☆347Updated this week
- a set of locales generated from the CLDR Project which can be used independently or within an i18n package; these were built for use wit…☆288Updated last year
- gin pprof middleware☆701Updated 3 weeks ago
- Golang client for redislabs' ReJSON module with support for multilple redis clients (redigo, go-redis)☆344Updated last year
- Cache library with Redis backend for Golang☆806Updated last year
- Timeout middleware for Gin☆211Updated 3 weeks ago
- implement BulkInsert using gorm, just pass a Slice of Struct. Simple and compatible.☆279Updated 2 years ago
- Deep copy things☆601Updated 4 years ago
- i18n Translator for Go/Golang using CLDR data + pluralization rules☆412Updated 2 years ago
- Abstract JSON for Golang with JSONPath support☆279Updated 9 months ago