cachekit 0.6.0

High-performance cache primitives with pluggable eviction policies (LRU, LFU, FIFO, 2Q, Clock-PRO, S3-FIFO) and optional metrics.
Documentation
# Benchmarks

This page links to the latest benchmark reports and release-tag snapshots.

## Quick Links

- **[📊 Interactive Charts]latest/charts.html** - Visual comparison with Chart.js
- **[📄 Latest Results]latest/** - Comprehensive Markdown tables
- **[📁 Raw JSON Data]latest/results.json** - For tooling and custom analysis

## Automated Reports

Benchmark reports are **automatically generated weekly** via GitHub Actions and published to GitHub Pages.

**CI/CD Pipeline:**
- **Schedule:** Weekly (Monday 00:00 UTC)
- 🏷️ **Releases:** Automatic on version tags (`v*`)
- 🔧 **Manual:** `gh workflow run benchmarks.yml`

**Run Locally:**
```bash
./scripts/update_benchmark_docs.sh
```

This runs the full benchmark suite and renders results to [docs/benchmarks/latest/](latest/).