Code-Hex / go-generics-cacheLinks
A key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.
☆479Updated 9 months ago
Alternatives and similar repositories for go-generics-cache
Users that are interested in go-generics-cache are comparing it to the libraries listed below
Sorting:
- Zero-allocation reflection library for Go☆583Updated last year
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆636Updated 7 months ago
- Experimental implementation of a proposed v2 encoding/json package☆537Updated 2 weeks ago
- A context aware circuit breaker library in Go.☆374Updated 2 years ago
- A Go linter to check that errors from external packages are wrapped☆352Updated 7 months ago
- Abstract JSON for Golang with JSONPath support☆285Updated 11 months ago
- Generate interfaces from structure methods.☆347Updated last month
- A Go tool to auto generate methods for your enums☆498Updated 2 months ago
- Moved to https://codeberg.org/polyfloyd/go-errorlint☆311Updated 2 weeks ago
- 🚨 Design workflows of slog handlers: pipeline, middleware, fanout, routing, failover, load balancing...☆571Updated 2 weeks ago
- Yet another Go package which parses a Protocol Buffer file (proto2+proto3)☆201Updated 2 months ago
- Fast, zero heap allocation Go Trie for runes or paths☆496Updated last year
- Thread-safe file locking library in Go☆669Updated this week
- Initialize structs with default values☆857Updated last year
- Zero-allocation type-safe pool for Go☆244Updated 2 years ago
- A library that provides Go Generics friendly "optional" features.☆207Updated last month
- Redis client Mock☆337Updated last year
- A logger for Go SQL database driver without modifying existing *sql.DB stdlib usage.☆383Updated last year
- A parsing/linking engine for protobuf; the guts for a pure Go replacement of protoc.☆301Updated this week
- Efficient time formatting library (strftime, strptime) for Golang☆194Updated last month
- 🔥 Error handling library with context, assertion, stack trace and source fragments☆802Updated this week
- An enum generator for go☆885Updated 2 weeks ago
- Go structures with default values using tags☆336Updated last year
- Calculates cognitive complexities of functions (and methods) in Go source code. (Golang cognitive complexity)☆429Updated 11 months ago
- Combine one or more Go errors together☆1,158Updated last year
- Deep copy generator☆160Updated last year
- Copygen generates code based on Go types. Generate type-based code to copy values from type to type and fields from struct to struct by d…☆399Updated 8 months ago
- 🚀 A real-time Golang runtime stats visualization profiler☆591Updated last year
- Analyzer: checks whether HTTP response body is closed and a re-use of TCP connection is not blocked.☆321Updated 5 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 …☆397Updated 2 years ago