elliotchance / orderedmapLinks
🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.
☆1,001Updated last week
Alternatives and similar repositories for orderedmap
Users that are interested in orderedmap are comparing it to the libraries listed below
Sorting:
- A library for diffing golang structures☆980Updated 3 months ago
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆638Updated 8 months ago
- Wrapper types for sync/atomic which enforce atomic access☆1,438Updated 7 months ago
- Concurrency limiting goroutine pool☆1,433Updated 9 months ago
- Server Sent Events server and client for Golang☆1,002Updated last year
- An in-memory cache with item expiration and generics☆1,185Updated last week
- Golang package for editing struct's fields during runtime and mapping structs to other structs.☆726Updated 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 …☆398Updated 2 years ago
- A golang package for converting to snake_case or CamelCase☆1,120Updated 2 years ago
- Rate limiting for go-redis☆967Updated last week
- Cache library with Redis backend for Golang☆811Updated last year
- Fastest and most memory efficient golang concurrent hashmap☆1,024Updated last year
- Convert Golang's http.Request to CURL command line☆795Updated 2 weeks ago
- Combine one or more Go errors together☆1,161Updated last year
- Anti-memory-waste byte buffer pool☆1,312Updated last year
- ⚖️ Fast weighted random selection for Go☆412Updated last week
- Simplified distributed locking implementation using Redis☆1,711Updated 5 months ago
- Initialize structs with default values☆859Updated last year
- 🍕 Enjoy a slice! A utility library for dealing with slices and maps that focuses on type safety and performance.☆2,038Updated last year
- An experimental Go local docs server/generator and code reader implemented with some fresh ideas.☆643Updated 2 months ago
- reflect api without runtime reflect.Value cost☆815Updated 8 months ago
- A Go implementation of the 64-bit xxHash algorithm (XXH64)☆2,048Updated last year
- A Golang lock-free thread-safe HashMap optimized for fastest read access.☆1,878Updated 4 months ago
- Fast ring-buffer deque (double-ended queue)☆743Updated last month
- GORM Customized Data Types Collection☆809Updated last week
- Online deadlock detection in go (golang)☆1,151Updated last month
- Go package implementing bitsets☆1,464Updated 2 weeks ago
- Simple golang library for retry mechanism☆2,845Updated last week
- A full-featured regex engine in pure Go based on the .NET engine☆1,130Updated 8 months ago
- Go library for retrying with configurable backoffs☆692Updated last month