Initial commit: obsidian to gitea

This commit is contained in:
2026-05-07 15:04:41 +08:00
commit a57afa86b4
323 changed files with 42569 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
Objective
- Serverless KVCache cache
Key Result
- Implement PDF-based workload-aware cache policy in simulator
- Test the policy with different refine methods
Last Week
- Implement workload-aware cache policy by exponential distribution fitting and get stable hit ratio improvement for the first time.
- Try to monitor with time sliding window, warm up for fitting coefficients, use oracle fitting coefficients etc. But all of them cannot get a notable improvement.
Next Week
- Refine the cache policy.