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.
β399Updated 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,004Updated 3 weeks ago
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.β646Updated 8 months ago
- Efficient JSON beautifier and compactor for Goβ404Updated 3 years ago
- Go structures with default values using tagsβ338Updated last year
- βοΈ Fast weighted random selection for Goβ414Updated last week
- Gin middleware to enable GZIP support.β360Updated 2 weeks ago
- Convert Golang's http.Request to CURL command lineβ795Updated this week
- Go concurrent-safe, goroutine-safe, thread-safe queueβ431Updated 2 years ago
- reflect api without runtime reflect.Value costβ819Updated 8 months ago
- β‘ zap logging driver for gorm v2β284Updated this week
- simple struct copying for golangβ460Updated 5 years ago
- Clone any Go data structure deeply and thoroughly.β324Updated 7 months ago
- Go/Golang parser for user agent stringsβ515Updated last year
- Gin middleware/handler to enable Cacheβ442Updated 2 weeks ago
- Parse and modify Go struct field tagsβ652Updated 2 years ago
- Formatter for https://github.com/sirupsen/logrusβ167Updated 3 years ago
- A golang package for converting to snake_case or CamelCaseβ1,123Updated 2 years ago
- Thread-safe file locking library in Goβ681Updated last month
- Configuration for Go applicationsβ464Updated last year
- Static middlewareβ319Updated this week
- i18n Translator for Go/Golang using CLDR data + pluralization rulesβ417Updated 2 years ago
- Cache library with Redis backend for Golangβ813Updated last year
- gin pprof middlewareβ707Updated 2 weeks ago
- implement BulkInsert using gorm, just pass a Slice of Struct. Simple and compatible.β281Updated 2 years ago
- Timeout middleware for Ginβ223Updated 2 weeks ago
- Deep copy thingsβ634Updated 5 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β¦β297Updated last year
- Golang package for editing struct's fields during runtime and mapping structs to other structs.β726Updated last year
- Rate limiting for go-redisβ971Updated 2 weeks ago
- Golang client for redislabs' ReJSON module with support for multilple redis clients (redigo, go-redis)β346Updated last year