wk8 / go-ordered-mapLinks
Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.
☆657Updated 10 months ago
Alternatives and similar repositories for go-ordered-map
Users that are interested in go-ordered-map are comparing it to the libraries listed below
Sorting:
- A Go tool to auto generate methods for your enums☆507Updated last week
- An enum generator for go☆913Updated 2 months ago
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆1,014Updated 3 weeks ago
- Fast ring-buffer deque (double-ended queue)☆754Updated 2 months ago
- Initialize structs with default values☆866Updated last year
- Go concurrent-safe, goroutine-safe, thread-safe queue☆434Updated 2 years ago
- 🚨 Design workflows of slog handlers: pipeline, middleware, fanout, routing, failover, load balancing...☆598Updated last week
- Nano ID for Go☆438Updated last year
- An in-memory cache with item expiration and generics☆1,208Updated 2 months ago
- A library for diffing golang structures☆983Updated 5 months ago
- GCI, a tool that control golang package import order and make it always deterministic.☆543Updated 6 months ago
- Go package for dealing with maps, slices, JSON and other data.☆834Updated 2 months ago
- Juniper is an extension to the Go standard library using generics, including containers, iterators, and streams.☆511Updated 10 months ago
- Fast, zero heap allocation Go Trie for runes or paths☆502Updated last year
- An experimental Go local docs server/generator and code reader implemented with some fresh ideas.☆648Updated last month
- A golang package for converting to snake_case or CamelCase☆1,129Updated 2 years ago
- Generic resource pool for Go☆406Updated 2 weeks ago
- ⚖️ Fast weighted random selection for Go☆416Updated this week
- Abstract JSON for Golang with JSONPath support☆291Updated last year
- Parse and modify Go struct field tags☆653Updated 2 years ago
- xmlquery is Golang XPath package for XML query.☆485Updated 3 months ago
- Fastest and most memory efficient golang concurrent hashmap☆1,024Updated last year
- A supersonic rate limiting package for Go with HTTP middleware.☆703Updated 2 months ago
- Zero-allocation reflection library for Go☆596Updated 2 years ago
- Thread-safe file locking library in Go☆703Updated 3 weeks ago
- 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 …☆401Updated 2 years ago
- A key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.☆488Updated last year
- Go library for retrying with configurable backoffs☆701Updated last week
- A minimalist Go configuration library☆385Updated 7 months ago
- Copygen generates code based on Go types. Generate type-based code to copy values from type to type and fields from struct to struct by d…☆399Updated 10 months ago