Code-Hex / go-generics-cacheLinks
A key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.
☆488Updated last year
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☆596Updated 2 years ago
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆660Updated 10 months ago
- Abstract JSON for Golang with JSONPath support☆291Updated last year
- 🚨 Design workflows of slog handlers: pipeline, middleware, fanout, routing, failover, load balancing...☆603Updated last week
- Generate interfaces from structure methods.☆348Updated 3 weeks ago
- A Go linter to check that errors from external packages are wrapped☆358Updated 2 months ago
- A library that provides Go Generics friendly "optional" features.☆212Updated last month
- A context aware circuit breaker library in Go.☆377Updated 3 years ago
- A logger for Go SQL database driver without modifying existing *sql.DB stdlib usage.☆384Updated 2 months ago
- 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 10 months ago
- Experimental implementation of a proposed v2 encoding/json package☆537Updated 3 months ago
- Initialize structs with default values☆866Updated last year
- A Go tool to auto generate methods for your enums