elliotchance / orderedmapLinks
🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.
☆956Updated 2 weeks ago
Alternatives and similar repositories for orderedmap
Users that are interested in orderedmap are comparing it to the libraries listed below
Sorting:
- Wrapper types for sync/atomic which enforce atomic access☆1,405Updated last month
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆592Updated 2 months ago
- A library for diffing golang structures☆949Updated last year
- An in-memory cache with item expiration and generics☆1,055Updated last week
- A golang package for converting to snake_case or CamelCase☆1,084Updated last year
- A Go implementation of the 64-bit xxHash algorithm (XXH64)☆1,949Updated 10 months ago
- Server Sent Events server and client for Golang☆937Updated 11 months ago
- Rate limiting for go-redis☆911Updated this week
- Combine one or more Go errors together☆1,137Updated last year
- An enum generator for go☆828Updated 2 months ago
- reflect api without runtime reflect.Value cost☆795Updated 2 months ago
- Fastest and most memory efficient golang concurrent hashmap☆993Updated 7 months ago
- 🍕 Enjoy a slice! A utility library for dealing with slices and maps that focuses on type safety and performance.☆2,001Updated 6 months ago
- Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead☆2,217Updated last week
- Initialize structs with default values☆837Updated 9 months ago
- Zero-allocation reflection library for Go☆572Updated last year
- Anti-memory-waste byte buffer pool☆1,275Updated 10 months ago
- Simplified distributed locking implementation using Redis☆1,606Updated last year
- A flexible and powerful SQL string builder library plus a zero-config ORM.☆1,548Updated 2 months ago
- Concurrency limiting goroutine pool☆1,386Updated 3 months ago
- Go package for dealing with maps, slices, JSON and other data.☆754Updated 3 months ago
- 🚀 A real-time Golang runtime stats visualization profiler☆588Updated 9 months ago
- [mirror] concurrency primitives☆893Updated this week
- Generate type-safe Go converters by defining function signatures.☆693Updated 3 weeks ago
- Golang errors with stack trace and source fragments.☆1,092Updated last year
- A Golang lock-free thread-safe HashMap optimized for fastest read access.☆1,847Updated 2 months ago
- A golang LRU Cache for high concurrency☆1,362Updated 5 months ago
- Decorated Syntax Tree - manipulate Go source with perfect fidelity.☆1,366Updated 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 …☆386Updated last year
- Simple golang library for retry mechanism☆2,686Updated 2 months ago