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
113 watching
596 forks
Language: Go
last commit: 4 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,479 |
patrickmn/go-cache | A lightweight in-memory cache library for Go applications. | 8,168 |
golang/groupcache | A distributed caching and cache-filling library intended as an alternative to memcached in many cases. | 12,954 |
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,128 |
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,665 |
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,011 |
iwanbk/bcache | A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
oracle/coherence-go-client | Provides a Go interface to interact with a distributed caching platform 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,975 |
viney-shih/go-cache | Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 139 |
dgryski/go-perfbook | A comprehensive guide to optimizing Go code for performance | 10,684 |
ben-manes/caffeine | A high-performance caching library for Java applications | 15,916 |