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.
☆385Updated last year
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.☆953Updated last week
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆592Updated last month
- reflect api without runtime reflect.Value cost☆795Updated 2 months ago
- Gin middleware to enable GZIP support.☆345Updated this week
- A golang package for converting to snake_case or CamelCase☆1,083Updated last year
- Fast weighted random selection for Go☆403Updated 6 months ago
- Efficient JSON beautifier and compactor for Go☆386Updated 2 years ago
- Go/Golang parser for user agent strings☆478Updated 8 months ago
- Cache library with Redis backend for Golang☆792Updated 11 months ago
- Timeout middleware for Gin☆200Updated last month
- Clone any Go data structure deeply and thoroughly.☆317Updated last month
- gin pprof middleware☆681Updated this week
- An enum generator for go☆828Updated 2 months ago
- Generate interfaces from structure methods.☆341Updated 3 weeks ago
- Request ID middleware for Gin Framework☆228Updated this week
- simple struct copying for golang☆456Updated 5 years ago
- ⚡ zap logging driver for gorm v2☆281Updated this week
- A library for diffing golang structures☆949Updated last year
- Zero-allocation reflection library for Go☆572Updated last year
- Gin middleware/handler to enable Cache☆408Updated this week
- Static middleware☆302Updated 3 weeks ago
- i18n Translator for Go/Golang using CLDR data + pluralization rules☆406Updated 2 years ago
- Go structures with default values using tags☆319Updated 9 months ago
- Go concurrent-safe, goroutine-safe, thread-safe queue☆425Updated 2 years ago
- 📢 Lightweight event manager and dispatcher implements by Go. Go实现的轻量级的事件管理、调度程序库, 支持设置监听器的优先级, 支持使用通配符来进行一组事件的监听☆540Updated 2 months ago
- Rate limiting for go-redis☆911Updated this week
- Redis client Mock☆311Updated 11 months ago
- Go package for dealing with maps, slices, JSON and other data.☆751Updated 3 months 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…☆281Updated last year
- Wrapper types for sync/atomic which enforce atomic access☆1,404Updated last month