elliotchance / orderedmapLinks
🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.
☆964Updated 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☆959Updated last year
- Wrapper types for sync/atomic which enforce atomic access☆1,416Updated 2 months ago
- Combine one or more Go errors together☆1,143Updated last year
- An in-memory cache with item expiration and generics☆1,104Updated this week
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆601Updated 3 months ago
- Concurrency limiting goroutine pool☆1,398Updated 5 months ago
- Rate limiting for go-redis☆928Updated 2 weeks 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 …☆389Updated last year
- Server Sent Events server and client for Golang☆957Updated last year
- An enum generator for go☆840Updated 3 weeks ago
- Golang package for editing struct's fields during runtime and mapping structs to other structs.☆716Updated last year
- Fastest and most memory efficient golang concurrent hashmap☆1,003Updated 8 months ago
- Cache library with Redis backend for Golang☆800Updated last year
- Simplified distributed locking implementation using Redis☆1,633Updated last month
- Anti-memory-waste byte buffer pool☆1,281Updated 11 months ago
- reflect api without runtime reflect.Value cost☆798Updated 3 months ago
- A golang package for converting to snake_case or CamelCase☆1,093Updated last year
- 🍕 Enjoy a slice! A utility library for dealing with slices and maps that focuses on type safety and performance.☆2,005Updated 7 months ago
- A Go implementation of the 64-bit xxHash algorithm (XXH64)☆1,974Updated last year
- Initialize structs with default values☆843Updated 11 months ago
- Concurrent data structures for Go☆1,415Updated last week
- Generate type-safe Go converters by defining function signatures.☆719Updated last week
- Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead☆2,238Updated last month
- A Golang lock-free thread-safe HashMap optimized for fastest read access.☆1,859Updated 3 weeks ago
- A full-featured regex engine in pure Go based on the .NET engine☆1,100Updated 3 months ago
- Online deadlock detection in go (golang)☆1,123Updated 6 months ago
- Go concurrent-safe, goroutine-safe, thread-safe queue☆427Updated 2 years ago
- Simple golang library for retry mechanism☆2,717Updated 3 months ago
- A flexible and powerful SQL string builder library plus a zero-config ORM.☆1,566Updated last week
- Go library for retrying with configurable backoffs☆673Updated 11 months ago