π An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.
β1,018Jan 2, 2026Updated 2 months ago
Alternatives and similar repositories for orderedmap
Users that are interested in orderedmap are comparing it to the libraries listed below
Sorting:
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.β666Apr 1, 2025Updated 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 β¦β401Oct 30, 2023Updated 2 years ago
- a thread-safe concurrent map for goβ4,527May 22, 2024Updated last year
- β503Feb 26, 2026Updated 3 weeks ago
- π Enjoy a slice! A utility library for dealing with slices and maps that focuses on type safety and performance.β2,039Dec 22, 2025Updated 2 months ago
- A thread safe map which has expiring key-value pairs.β74May 5, 2024Updated last year
- Anti-memory-waste byte buffer poolβ1,328Jul 20, 2024Updated last year
- Wrapper types for sync/atomic which enforce atomic accessβ1,447Apr 14, 2025Updated 11 months ago
- Goroutine leak detectorβ5,131Dec 10, 2025Updated 3 months ago
- A high performance memory-bound Go cacheβ6,816Jan 21, 2026Updated 2 months ago
- A simple, battle-tested and generic set type for the Go language. Trusted by GoogleCloudPlatform, Docker, 1Password, Ethereum and Hashicoβ¦β4,655Aug 15, 2025Updated 7 months ago
- Go library for decoding generic map values into native Go structures and vice versa.β8,051Jun 25, 2024Updated last year
- A high-performance 100% compatible drop-in replacement of "encoding/json"β13,927May 27, 2024Updated last year
- Efficient cache for gigabytes of data written in Go.β8,106Feb 6, 2026Updated last month
- Better structured concurrency for goβ10,334Apr 26, 2024Updated last year
- safe and easy casting from one type to another in Goβ3,951Jan 7, 2026Updated 2 months ago
- Get JSON values quickly - JSON parser for Goβ15,462Oct 10, 2024Updated last year
- Optimized Go Compression Packagesβ5,432Mar 2, 2026Updated 2 weeks ago
- π₯ A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)β21,113Updated this week
- π Minimalistic and High-performance goroutine worker pool written in Goβ2,118Mar 6, 2026Updated 2 weeks ago
- πππ ants is the most powerful and reliable pooling solution for Go.β14,362Updated this week
- Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overheadβ2,341Feb 18, 2026Updated last month
- Copier for golang, copy value from struct to struct and moreβ6,160Mar 14, 2026Updated last week
- Visualise Go runtime metrics in real timeβ3,625Feb 27, 2026Updated 3 weeks ago
- Fast JSON encoder/decoder compatible with encoding/json for Goβ3,632Mar 12, 2026Updated last week
- Go package for dealing with maps, slices, JSON and other data.β843Mar 9, 2026Updated last week
- Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array divingβ19,813Updated this week
- A blazingly fast JSON serializing & deserializing libraryβ9,291Updated this week
- A Golang lock-free thread-safe HashMap optimized for fastest read access.β1,882Jul 30, 2025Updated 7 months ago
- Minimalist and zero-dependency scheduling library for Goβ2,011Jan 20, 2026Updated 2 months ago
- Fast ring-buffer deque (double-ended queue)β767Feb 11, 2026Updated last month
- Golang LRU cacheβ4,996Mar 13, 2026Updated last week
- Arbitrary-precision fixed-point decimal numbers in Goβ7,282Updated this week
- Mergo: merging Go structs and maps since 2013β3,090Nov 23, 2025Updated 3 months ago
- Expression language and expression evaluation for Goβ7,740Mar 13, 2026Updated last week
- a cron library for goβ14,093Jul 8, 2024Updated last year
- Concurrency limiting goroutine poolβ1,450Feb 15, 2026Updated last month
- errgroup with goroutine worker limitsβ163Jan 10, 2023Updated 3 years ago
- Automatically set GOMAXPROCS to match Linux container CPU quota.β4,819Nov 2, 2025Updated 4 months ago