bigcache
Cache library
A concurrent, in-memory cache designed to efficiently store large amounts of data without impacting performance.
Efficient cache for gigabytes of data written in Go.
8k stars
114 watching
599 forks
Language: Go
last commit: 5 months ago
Linked from 2 awesome lists
cachecachinggolang-libraryhacktoberfestperformance
Related projects:
Repository | Description | Stars |
---|---|---|
eko/gocache | A comprehensive cache library with multiple stores and features for caching data | 2,515 |
patrickmn/go-cache | A lightweight in-memory cache library for Go applications. | 8,218 |
golang/groupcache | A distributed caching and cache-filling library intended as an alternative to memcached in many cases. | 12,988 |
yuseferi/gocache | An in-memory key-value store/cache implementation in Go providing efficient caching capabilities | 9 |
victoriametrics/fastcache | A high-performance, thread-safe in-memory cache for storing large amounts of key-value pairs. | 2,145 |
dgraph-io/ristretto | A high-performance cache library built with concurrency and performance in mind for use cases requiring low latency and high throughput. | 5,716 |
orlovevgeny/go-mcache | A fast key-value store with expiration times and thread safety. | 97 |
nsf/gocode | An autocompletion daemon for the Go programming language | 5,014 |
iwanbk/bcache | A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
oracle/coherence-go-client | Provides a Go client to interact with a Coherence cluster using gRPC | 10 |
oastuff/clusteredbigcache | Provides in-memory caching with clustering support | 45 |
hyperoslo/cache | A caching framework that provides flexible storage options and APIs for synchronizing and asynchronously accessing cached data. | 2,986 |
viney-shih/go-cache | Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 141 |
dgryski/go-perfbook | A comprehensive guide to optimizing Go code for performance | 10,698 |
ben-manes/caffeine | A high-performance caching library for Java applications | 15,998 |