wk8 / go-ordered-map
Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.
☆585Updated last month
Alternatives and similar repositories for go-ordered-map:
Users that are interested in go-ordered-map are comparing it to the libraries listed below
- A Go tool to auto generate methods for your enums☆472Updated 2 months ago
- An enum generator for go☆823Updated last month
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆948Updated this week
- Refactoring and code transformation tool for Go.☆989Updated 3 months ago
- Nano ID for Go☆434Updated 11 months ago
- Fast ring-buffer deque (double-ended queue)☆675Updated last week
- Go concurrent-safe, goroutine-safe, thread-safe queue☆425Updated 2 years ago
- A minimalist Go configuration library☆381Updated last week
- Generic resource pool for Go☆362Updated 2 weeks ago
- 🚨 Design workflows of slog handlers: pipeline, middleware, fanout, routing, failover, load balancing...☆477Updated this week
- GCI, a tool that control golang package import order and make it always deterministic.☆482Updated last month
- Go package for dealing with maps, slices, JSON and other data.☆747Updated 3 months ago
- Zero-allocation reflection library for Go☆567Updated last year
- Fastest and most memory efficient golang concurrent hashmap☆995Updated 6 months ago
- Combine one or more Go errors together☆1,132Updated last year
- Selected Go-internal packages factored out from the standard library☆917Updated last month
- A library for diffing golang structures☆944Updated last year
- Initialize structs with default values☆829Updated 8 months ago
- Is a general library to help modify or set data within data structures and other objects.☆265Updated 4 months ago
- Experimental implementation of a proposed v2 encoding/json package☆496Updated 3 weeks ago
- Generate type-safe Go converters by defining function signatures.☆677Updated this week
- A golang package for converting to snake_case or CamelCase☆1,078Updated last year
- A thread-safe queue faster and more resource efficient than golang's native channels☆675Updated last year
- Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, Po…☆785Updated 5 months ago
- Fast, zero heap allocation Go Trie for runes or paths☆491Updated 7 months ago
- A key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.☆474Updated 3 months ago
- A collection of packages to augment the go testing package and support common patterns.☆558Updated 3 months ago
- A logger for Go SQL database driver without modifying existing *sql.DB stdlib usage.☆369Updated last year
- 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 …☆384Updated last year
- Golang package for editing struct's fields during runtime and mapping structs to other structs.☆712Updated last year