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:
- Wrapper types for sync/atomic which enforce atomic access☆1,441Updated 9 months ago
- A library for diffing golang structures☆984Updated 5 months ago
- An in-memory cache with item expiration and generics☆1,209Updated 2 months ago
- Server Sent Events server and client for Golang☆1,016Updated last year
- Fastest and most memory efficient golang concurrent hashmap☆1,028Updated last year
- Concurrency limiting goroutine pool☆1,440Updated 11 months ago
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆660Updated 10 months ago
- Combine one or more Go errors together☆1,169Updated last year
- Initialize structs with default values☆866Updated 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 …☆401Updated 2 years ago
- Rate limiting for go-redis☆993Updated last week
- Golang package for editing struct's fields during runtime and mapping structs to other structs.☆728Updated 2 years ago
- Cache library with Redis backend for Golang☆815Updated last year
- Simplified distributed locking implementation using Redis☆1,737Updated 7 months ago
- A golang package for converting to snake_case or CamelCase☆1,128Updated 2 years ago
- Fast ring-buffer deque (double-ended queue)☆754Updated 3 months ago
- Anti-memory-waste byte buffer pool☆1,321Updated last year
- reflect api without runtime reflect.Value cost☆823Updated 10 months ago
- Convert Golang's http.Request to CURL command line☆797Updated last week
- A Go implementation of the 64-bit xxHash algorithm (XXH64)☆2,080Updated last year
- An enum generator for go☆914Updated 2 months ago
- Online deadlock detection in go (golang)☆1,175Updated 3 weeks ago
- 🍕 Enjoy a slice! A utility library for dealing with slices and maps that focuses on type safety and performance.☆2,042Updated last month
- A full-featured regex engine in pure Go based on the .NET engine☆1,142Updated 10 months ago
- ⚖️ Fast weighted random selection for Go☆416Updated last week
- Generate type-safe Go converters by defining function signatures.☆810Updated last month
- Go concurrent-safe, goroutine-safe, thread-safe queue☆434Updated 2 years ago
- Golang port of Abseil's SwissTable☆828Updated 11 months ago
- A flexible and powerful SQL string builder library plus a zero-config ORM.☆1,660Updated 2 weeks ago
- An experimental Go local docs server/generator and code reader implemented with some fresh ideas.☆648Updated last month