jellydator / ttlcacheLinks
An in-memory cache with item expiration and generics
☆1,200Updated last month
Alternatives and similar repositories for ttlcache
Users that are interested in ttlcache are comparing it to the libraries listed below
Sorting:
- A library for diffing golang structures☆982Updated 4 months ago
- A universal mechanism to manage goroutine lifecycles☆1,677Updated 6 months ago
- A Go implementation of the 64-bit xxHash algorithm (XXH64)☆2,056Updated last year
- Server Sent Events server and client for Golang☆1,007Updated last year
- Concurrency limiting goroutine pool☆1,437Updated 10 months ago
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆1,007Updated last month
- Wrapper types for sync/atomic which enforce atomic access☆1,439Updated 8 months ago
- A Go (golang) package for representing a list of errors as a single error.☆2,537Updated 2 weeks ago
- A golang package for converting to snake_case or CamelCase☆1,122Updated 2 years ago
- Concurrent data structures for Go☆1,530Updated 3 months ago
- Combine one or more Go errors together☆1,165Updated last year
- Simple golang library for retry mechanism☆2,861Updated last month
- Initialize structs with default values☆863Updated last year
- A flexible and powerful SQL string builder library plus a zero-config ORM.☆1,648Updated 2 months ago
- An enum generator for go☆908Updated last month
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆646Updated 8 months ago
- errors with stacktraces for go☆1,003Updated last year
- ☔️ A complete Go cache library that brings you multiple ways of managing your caches☆2,817Updated 3 weeks ago
- Mergo: merging Go structs and maps since 2013☆3,077Updated last month
- Go error library with error portability over the network☆2,334Updated last month
- 🔘 Minimalistic and High-performance goroutine worker pool written in Go☆2,051Updated last month
- Golang package for editing struct's fields during runtime and mapping structs to other structs.☆726Updated last year
- Convert Golang's http.Request to CURL command line☆796Updated 2 weeks ago
- Retryable HTTP client in Go☆2,250Updated 3 weeks ago
- A comprehensive error handling library for Go☆1,268Updated last year
- Golang asynchronous task/job queue with Redis, SQS, IronMQ, and in-memory backends☆1,334Updated 8 months ago
- A golang LRU Cache for high concurrency☆1,384Updated last month
- Expression evaluation in golang☆809Updated 4 months ago
- Cache library with Redis backend for Golang