sturdyc

Cache library

A caching library designed to make I/O heavy applications robust and highly performant by supporting non-blocking reads and configurable shards.

A caching library with advanced concurrency features designed to make I/O heavy applications robust and highly performant

GitHub

338 stars
3 watching
11 forks
Language: Go
last commit: about 1 month ago
Linked from 1 awesome list

cacheconcurrencygogolangperformance

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
mdaliyan/icache A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. 19
snazy/ohc A high-performance off-heap cache implementation for Java with support for asynchronous loading and eviction using an LRU algorithm. 1,071
oastuff/clusteredbigcache Provides in-memory caching with clustering support 45
adelowo/onecache A Go caching library with support for multiple backends and garbage collection. 136
soffes/cache A Swift caching library that provides a simple interface for caching data in memory and on disk. 213
yuseferi/gocache An in-memory key-value store/cache implementation in Go providing efficient caching capabilities 9
viney-shih/go-cache Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. 139
erni27/imcache A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. 123
goodrequest/goodpersistence A library that simplifies caching data in keychain and UserDefaults storage using a property wrapper. 35
jamesmontemagno/monkey-cache Provides an easy-to-use caching mechanism for data structures in .NET applications. 669
ulovecode/gdcache A cache library that efficiently stores and retrieves data by using unique identifiers in SQL queries. 13
muesli/cache2go A Go caching library that provides concurrency-safe storage and expiration capabilities 2,125
spotify/sptpersistentcache A cache library that stores data with time-to-live values and disk management semantics. 1,243
sj-distributor/fastcache A caching library for .NET Core applications that supports multiple caching providers and eviction strategies. 45
codingsince1985/couchcache A caching service built on top of Couchbase using Go, providing REST APIs for storing and retrieving key-value pairs. 64