A well-known project done right. Strong docs and solid engineering throughout.
[Neurips 2025] R-KV: Redundancy-aware KV Cache Compression for Reasoning Models
Documentation
93
CONTRIBUTING guide found.
README is present.
README documents how to install the project.
A license file is present.
Engineering
81
No linter or formatter config found.
→ Add a linter config such as .eslintrc.json, .prettierrc, ruff.toml, or .golangci.yml to enforce consistent code style.
Test files detected (HuggingFace/evaluation/latex2sympy/tests).
Lockfile present (requirements.txt). Installs are reproducible.
CI is configured (SGLang/sgl-kernel/3rdparty/cccl/.github/workflows/backport-prs.yml).
Issue or PR templates present.
Project health
94
.gitignore present.
Dependency manifest found (requirements.txt).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 193Forks
- 0Releases
Community
- —Community health
- —authors own >50% of commits
- 1,203Watchers
Responsiveness
- 33d 5hMedian issue response
- 4hMedian PR merge time
- 8Open issues
Repository files10 root entries
- .history
- FlashInfer
- HuggingFaceGood: A license file is present.Good: Test files detected (HuggingFace/evaluation/latex2sympy/tests).Good: .gitignore present.
- rkv
- SGLangGood: CONTRIBUTING guide found.Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.Good: Code of conduct present.Good: CI is configured (SGLang/sgl-kernel/3rdparty/cccl/.github/workflows/backport-prs.yml).Good: Environment pinned via SGLang/docker/Dockerfile.Good: Dependabot is configured. Dependencies update automatically.Good: Issue or PR templates present.Good: Security policy present.
- vLLM
- .DS_StoreIssue: Build artifacts or local files may be committed (.DS_Store) (−40 pts).Fix: Remove them and add to .gitignore.
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Good: README documents how to install the project.Good: README documents how to run the project.
- requirements.txtGood: Lockfile present (requirements.txt). Installs are reproducible.Good: Dependency manifest found (requirements.txt).
- setup.py