blobcache-v2

module
v0.0.0-...-659c0fd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2025 License: MIT

README

Blobcache

Overview

Blobcache is a distributed, in-memory cache used to cache objects near the workloads that need them. It does not require an external metadata server for each region, making it easy to spin up in various regions without performance penalties.

Features

  • Tiered Storage: Fast and efficient caching mechanism - both in-memory and on disk
  • Content-Addressed: Stores data based on content hash, so workloads sharing the same data (i.e. model weights), can benefit from the distributed cache.
  • GRPC Interface: Easily embeddable in Golang applications for seamless integration

Directories

Path Synopsis
e2e
basic command
fs command
grpc_throughput command
throughput command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL