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.
β401Updated 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 last month
- Gin middleware to enable GZIP support.β361Updated last month
- Go structures with default values using tagsβ345Updated last year
- Efficient JSON beautifier and compactor for Goβ408Updated 3 years ago
- βοΈ Fast weighted random selection for Goβ416Updated last week
- simple struct copying for golangβ461Updated 5 years ago
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.β660Updated 10 months ago
- Go/Golang parser for user agent stringsβ526Updated last year
- Go concurrent-safe, goroutine-safe, thread-safe queueβ434Updated 2 years ago
- Clone any Go data structure deeply and thoroughly.β332Updated 9 months ago
- reflect api without runtime reflect.Value costβ823Updated 10 months ago
- Parse and modify Go struct field tagsβ653Updated 2 years ago
- Convert Golang's http.Request to CURL command lineβ797Updated last week
- Golang client for redislabs' ReJSON module with support for multilple redis clients (redigo, go-redis)β346Updated 2 years ago
- Thread-safe file locking library in Goβ704Updated this week
- β‘ zap logging driver for gorm v2β287Updated this week
- i18n Translator for Go/Golang using CLDR data + pluralization rulesβ416Updated 3 years ago
- A golang package for converting to snake_case or CamelCaseβ1,128Updated 2 years ago
- Golang package for editing struct's fields during runtime and mapping structs to other structs.β728Updated 2 years ago
- Zero-allocation reflection library for Goβ596Updated 2 years ago
- Gin middleware/handler to enable Cacheβ448Updated 2 months ago
- Abstract JSON for Golang with JSONPath supportβ291Updated last year
- Generate interfaces from structure methods.β348Updated 3 weeks ago
- Timeout middleware for Ginβ230Updated last month
- Initialize structs with default valuesβ866Updated last year
- 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β¦β301Updated 2 years ago
- implement BulkInsert using gorm, just pass a Slice of Struct. Simple and compatible.β281Updated 2 years ago
- SizedWaitGroup has the same role and close to the same API as the Golang sync.WaitGroup but it adds a limit on the amount of goroutines sβ¦β426Updated 3 years ago
- gin pprof middlewareβ713Updated last month
- A library for diffing golang structuresβ984Updated 5 months ago