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.
☆398Updated 2 years ago
Alternatives and similar repositories for orderedmap
Users that are interested in orderedmap are comparing it to the libraries listed below
Sorting:
- ⚖️ Fast weighted random selection for Go☆412Updated last week
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆998Updated this week
- Go structures with default values using tags☆336Updated last year
- Gin middleware to enable GZIP support.☆359Updated last week
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆638Updated 8 months ago
- simple struct copying for golang☆461Updated 5 years ago
- Efficient JSON beautifier and compactor for Go☆403Updated 3 years ago
- Go concurrent-safe, goroutine-safe, thread-safe queue☆431Updated 2 years ago
- ⚡ zap logging driver for gorm v2☆283Updated last week
- reflect api without runtime reflect.Value cost☆813Updated 8 months ago
- Zero-allocation reflection library for Go☆595Updated 2 years ago
- Clone any Go data structure deeply and thoroughly.☆325Updated 7 months ago
- Convert Golang's http.Request to CURL command line☆795Updated last week
- Parse and modify Go struct field tags☆651Updated 2 years ago
- Cache library with Redis backend for Golang☆810Updated last year
- Gin middleware/handler to enable Cache☆441Updated last week
- Static middleware☆318Updated last week
- i18n Translator for Go/Golang using CLDR data + pluralization rules☆417Updated 2 years ago
- Go/Golang parser for user agent strings☆514Updated last year
- Golang package for editing struct's fields during runtime and mapping structs to other structs.☆725Updated last year
- Partial port of Python difflib package to Go☆424Updated 2 years ago
- Abstract JSON for Golang with JSONPath support☆287Updated last year
- gin pprof middleware☆707Updated last week
- A golang package for converting to snake_case or CamelCase☆1,120Updated 2 years ago
- CSRF protection middleware for Gin.☆134Updated 3 years ago
- 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…☆296Updated last year
- Golang client for redislabs' ReJSON module with support for multilple redis clients (redigo, go-redis)☆345Updated last year
- A library for diffing golang structures☆980Updated 3 months ago
- Deep copy things☆608Updated 5 years ago
- Initialize structs with default values☆859Updated last year