elliotchance / orderedmapLinks
🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.
☆1,014Updated last month
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☆983Updated 5 months ago
- Wrapper types for sync/atomic which enforce atomic access☆1,441Updated 9 months ago
- Concurrency limiting goroutine pool☆1,440Updated 11 months ago
- Server Sent Events server and client for Golang☆1,014Updated last year
- Rate limiting for go-redis☆992Updated last week
- Cache library with Redis backend for Golang☆815Updated last year
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆657Updated 10 months ago
- An in-memory cache with item expiration and generics☆1,208Updated 2 months ago
- Combine one or more Go errors together☆1,169Updated last year
- Simplified distributed locking implementation using Redis☆1,737Updated 7 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 …☆401Updated 2 years ago
- Anti-memory-waste byte buffer pool☆1,321Updated last year
- A golang package for converting to snake_case or CamelCase☆1,128Updated 2 years ago
- Initialize structs with default values☆866Updated last year
- Golang package for editing struct's fields during runtime and mapping structs to other structs.☆728Updated 2 years ago
- Fastest and most memory efficient golang concurrent hashmap☆1,028Updated last year
- 🍕 Enjoy a slice! A utility library for dealing with slices and maps that focuses on type safety and performance.☆2,042Updated last month
- reflect api without runtime reflect.Value cost☆823Updated 10 months ago
- Simple golang library for retry mechanism☆2,870Updated 2 months ago
- A full-featured regex engine in pure Go based on the .NET engine☆1,142Updated 10 months ago
- Fast ring-buffer deque (double-ended queue)☆754Updated 2 months ago
- A Go implementation of the 64-bit xxHash algorithm (XXH64)☆2,077Updated last year
- gin pprof middleware☆713Updated last month
- An experimental Go local docs server/generator and code reader implemented with some fresh ideas.☆648Updated last month
- An enum generator for go☆913Updated 2 months ago
- 🚀 A real-time Golang runtime stats visualization profiler☆592Updated last year
- Generate type-safe Go converters by defining function signatures.☆810Updated 3 weeks ago
- GORM Customized Data Types Collection☆821Updated last month
- Concurrent data structures for Go☆1,579Updated last week
- Thread-safe file locking library in Go☆703Updated 3 weeks ago