iancoleman / orderedmap
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.
☆378Updated last year
Alternatives and similar repositories for orderedmap:
Users that are interested in orderedmap are comparing it to the libraries listed below
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆924Updated this week
- simple struct copying for golang☆454Updated 4 years ago
- Fast weighted random selection for Go☆400Updated 4 months ago
- Go concurrent-safe, goroutine-safe, thread-safe queue☆421Updated last year
- reflect api without runtime reflect.Value cost☆782Updated 8 months ago
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆565Updated 7 months ago
- Gin middleware to enable GZIP support.☆341Updated last week
- Go structures with default values using tags☆312Updated 7 months ago
- Efficient JSON beautifier and compactor for Go☆379Updated 2 years ago
- 📢 Lightweight event manager and dispatcher implements by Go. Go实现的轻量级的事件管理、调度程序库, 支持设置监听器的优先级, 支持使用通配符来进行一组事件的监听☆527Updated 5 months ago
- Fast ring-buffer deque (double-ended queue)☆659Updated last week
- An in-memory cache with item expiration and generics☆1,018Updated 2 weeks ago
- Zero-allocation reflection library for Go☆557Updated last year
- An enum generator for go☆810Updated this week
- gin pprof middleware☆673Updated last week
- Rate limiting for go-redis☆890Updated this week
- ⚡ zap logging driver for gorm v2☆276Updated this week
- A golang package for converting to snake_case or CamelCase☆1,063Updated last year
- Simple and fast template engine for Go☆859Updated last year
- [mirror] concurrency primitives☆884Updated 2 weeks ago
- 📝 Go configuration manage(load,get,set,export). support JSON, YAML, TOML, Properties, INI, HCL, ENV and Flags. Multi file load, data ove…☆550Updated last year
- Static middleware☆292Updated last month
- Initialize structs with default values☆822Updated 7 months ago
- Golang client for redislabs' ReJSON module with support for multilple redis clients (redigo, go-redis)☆345Updated last year
- Clone any Go data structure deeply and thoroughly.☆307Updated 10 months ago
- Go/Golang parser for user agent strings☆460Updated 6 months ago
- Gin middleware/handler to enable Cache☆395Updated last month
- Go package for dealing with maps, slices, JSON and other data.☆733Updated last month
- GORM Customized Data Types Collection☆756Updated 2 weeks ago
- xmlquery is Golang XPath package for XML query.☆462Updated last week