wk8 / go-ordered-map
Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.
☆525Updated 2 months ago
Related projects ⓘ
Alternatives and complementary repositories for go-ordered-map
- An enum generator for go☆753Updated 3 weeks ago
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆845Updated last month
- Zero-allocation reflection library for Go☆525Updated 11 months ago
- Go package for dealing with maps, slices, JSON and other data.☆705Updated 8 months ago
- Fast ring-buffer deque (double-ended queue)☆582Updated last year
- A Go tool to auto generate methods for your enums☆434Updated last month
- Selected Go-internal packages factored out from the standard library☆875Updated last month
- Go concurrent-safe, goroutine-safe, thread-safe queue☆395Updated last year
- Combine one or more Go errors together☆1,037Updated 6 months ago
- Fastest and most memory efficient golang concurrent hashmap☆928Updated last week
- A collection of packages to augment the go testing package and support common patterns.☆517Updated 2 months ago
- A library for diffing golang structures☆895Updated last year
- GCI, a tool that control golang package import order and make it always deterministic.☆424Updated 2 months ago
- a fake clock for golang☆664Updated 3 weeks ago
- Generic resource pool for Go☆303Updated last month
- Refactoring and code transformation tool for Go.☆934Updated last month
- Experimental implementation of a proposed v2 encoding/json package☆390Updated 2 months ago
- Generate interfaces from structure methods.☆325Updated 10 months ago
- structslop is a static analyzer for Go that recommends struct field rearrangements to provide for maximum space/allocation efficiency.☆815Updated 9 months ago
- Get hash values for arbitrary values in Go (golang).☆753Updated 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 …☆360Updated last year
- A supersonic rate limiting package for Go with HTTP middleware.☆550Updated 2 months ago
- Quick helpers for testing Go applications☆528Updated 8 months ago
- Golang package for editing struct's fields during runtime and mapping structs to other structs.☆689Updated 9 months ago
- Go library for retrying with configurable backoffs☆639Updated 3 months ago
- A logger for Go SQL database driver without modifying existing *sql.DB stdlib usage.☆362Updated 10 months ago
- Parse and modify Go struct field tags☆633Updated last year
- Find outdated dependencies of your Go projects. go-mod-outdated provides a table view of the go list -u -m -json all command which lists …☆650Updated last year
- Juniper is an extension to the Go standard library using generics, including containers, iterators, and streams.☆506Updated last month