wk8 / go-ordered-mapLinks
Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.
☆650Updated 9 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:
- An enum generator for go☆909Updated last month
- Initialize structs with default values☆866Updated last year
- A Go tool to auto generate methods for your enums☆504Updated 4 months ago
- Go concurrent-safe, goroutine-safe, thread-safe queue☆434Updated 2 years ago
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆1,008Updated last week
- 🚨 Design workflows of slog handlers: pipeline, middleware, fanout, routing, failover, load balancing...☆594Updated this week
- Fast ring-buffer deque (double-ended queue)☆747Updated 2 months ago
- Nano ID for Go☆437Updated last year
- Abstract JSON for Golang with JSONPath support☆291Updated last year
- Generic resource pool for Go☆401Updated 8 months ago
- A library for diffing golang structures☆982Updated 5 months ago
- An in-memory cache with item expiration and generics☆1,203Updated last month
- A minimalist Go configuration library☆386Updated 7 months ago
- Zero-allocation reflection library for Go☆596Updated 2 years ago
- Go package for dealing with maps, slices, JSON and other data.☆832Updated last month
- GCI, a tool that control golang package import order and make it always deterministic.☆538Updated 5 months ago
- Combine one or more Go errors together☆1,167Updated last year
- Fastest and most memory efficient golang concurrent hashmap☆1,025Updated last year
- Thread-safe file locking library in Go☆693Updated last week
- 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…☆398Updated 10 months ago
- A key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.☆486Updated 11 months ago
- A golang package for converting to snake_case or CamelCase☆1,125Updated 2 years ago
- Refactoring and code transformation tool for Go.☆1,025Updated 11 months 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 …☆402Updated 2 years ago
- Golang rate limiters for distributed applications☆611Updated last week
- Generate type-safe Go converters by defining function signatures.☆802Updated this week
- Go library for retrying with configurable backoffs☆699Updated 3 weeks ago
- Clock is a small library for mocking time in Go.☆690Updated 2 years ago
- Lightweight, fast and dependency-free Cron expression parser (due checker, next/prev due date finder), task runner, job scheduler and/or …☆481Updated 8 months ago
- An experimental Go local docs server/generator and code reader implemented with some fresh ideas.☆648Updated 3 weeks ago