elliotchance / orderedmapLinks
🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.
☆975Updated 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.☆616Updated 4 months ago
- A library for diffing golang structures☆963Updated 2 weeks ago
- Wrapper types for sync/atomic which enforce atomic access☆1,425Updated 4 months ago
- Concurrency limiting goroutine pool☆1,408Updated 6 months ago
- Rate limiting for go-redis☆939Updated last week
- An in-memory cache with item expiration and generics☆1,132Updated last week
- reflect api without runtime reflect.Value cost☆804Updated 5 months ago
- Server Sent Events server and client for Golang☆971Updated last year
- Combine one or more Go errors together☆1,151Updated last year
- Fastest and most memory efficient golang concurrent hashmap☆1,015Updated 9 months ago
- Initialize structs with default values☆850Updated last year
- Cache library with Redis backend for Golang☆803Updated 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 …☆394Updated last year
- A golang package for converting to snake_case or CamelCase☆1,099Updated last year
- ⚖️ Fast weighted random selection for Go☆408Updated last week
- Generate type-safe Go converters by defining function signatures.☆744Updated last month
- An enum generator for go☆861Updated this week
- Fast ring-buffer deque (double-ended queue)☆696Updated last month
- 🚀 A real-time Golang runtime stats visualization profiler☆590Updated last year
- Golang package for editing struct's fields during runtime and mapping structs to other structs.☆719Updated last year
- An experimental Go local docs server/generator and code reader implemented with some fresh ideas.☆637Updated 2 months ago
- A Go implementation of the 64-bit xxHash algorithm (XXH64)☆2,000Updated last year
- Simplified distributed locking implementation using Redis☆1,667Updated 2 months ago
- 🍕 Enjoy a slice! A utility library for dealing with slices and maps that focuses on type safety and performance.☆2,029Updated 8 months ago
- Zero-allocation reflection library for Go☆580Updated last year
- Convert Golang's http.Request to CURL command line☆791Updated this week
- Anti-memory-waste byte buffer pool☆1,294Updated last year
- GORM Customized Data Types Collection☆796Updated last week
- Clone any Go data structure deeply and thoroughly.☆321Updated 3 months ago
- A full-featured regex engine in pure Go based on the .NET engine☆1,110Updated 4 months ago