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
- Go structures with default values using tagsβ345Updated last year
- βοΈ 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.β660Updated 10 months ago
- Gin middleware to enable GZIP support.β361Updated last month
- Efficient JSON beautifier and compactor for Goβ408Updated 3 years ago
- simple struct copying for golangβ461Updated 5 years ago
- A golang package for converting to snake_case or CamelCaseβ1,128Updated 2 years ago
- Clone any Go data structure deeply and thoroughly.β332Updated 9 months ago
- Go concurrent-safe, goroutine-safe, thread-safe queueβ434Updated 2 years ago
- reflect api without runtime reflect.Value costβ823Updated 10 months ago
- Convert Golang's http.Request to CURL command lineβ797Updated last week
- Initialize structs with default valuesβ866Updated last year
- Go/Golang parser for user agent stringsβ526Updated last year
- Golang package for editing struct's fields during runtime and mapping structs to other structs.β729Updated 2 years ago
- Zero-allocation reflection library for Goβ596Updated 2 years ago
- Thread-safe file locking library in Goβ704Updated last week
- A Golang package for doing a deep copy for (just about) anythingβ148Updated 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
- β‘ zap logging driver for gorm v2β287Updated this week
- Parse and modify Go struct field tagsβ653Updated 2 years ago
- Deep copy thingsβ635Updated 5 years ago
- Generate interfaces from structure methods.β348Updated 3 weeks ago
- Rate limiting for go-redisβ993Updated 2 weeks ago
- Golang client for redislabs' ReJSON module with support for multilple redis clients (redigo, go-redis)β345Updated 2 years ago
- i18n Translator for Go/Golang using CLDR data + pluralization rulesβ416Updated 3 years ago
- Attach hooks to any database/sql driverβ662Updated last year
- A library for diffing golang structuresβ984Updated 5 months ago
- Nano ID for Goβ438Updated last year
- golang jsonpath library. follow the majority rules in this article http://goessner.net/articles/JsonPath/β341Updated 2 weeks ago