Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
hotdata-dev
/
liquid-cache
Public
forked from
XiangpengHao/liquid-cache
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Scan-resistant eviction + footprint-based cache admission gate
- #8
#8
Merged
anoop-narang
merged 13 commits into
main
hotdata-dev/liquid-cache:main
from
feat/execution-admission
hotdata-dev/liquid-cache:feat/execution-admission
Copy head branch name to clipboard
Jul 22, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
Scan-resistant eviction + footprint-based cache admission gate
#8
anoop-narang
merged 13 commits into
main
hotdata-dev/liquid-cache:main
from
feat/execution-admission
hotdata-dev/liquid-cache:feat/execution-admission
Copy head branch name to clipboard
Commits
Commits on Jul 15, 2026
feat(cache): make LiquidPolicy eviction scan-resistant (CLOCK)
Show description for 9bdb842
anoop-narang
committed
9bdb842
View commit details
Copy full SHA for 9bdb842
Browse repository at this point
Commits on Jul 21, 2026
fix(cache): only memory hits set the CLOCK reference bit
Show description for bf9b216
anoop-narang
committed
bf9b216
View commit details
Copy full SHA for bf9b216
Browse repository at this point
feat(admission): footprint-based cache admission gate
Show description for 242556d
anoop-narang
committed
242556d
View commit details
Copy full SHA for 242556d
Browse repository at this point
fix(admission): handle partition columns in footprint gate (codex review)
Show description for 2f06717
anoop-narang
committed
2f06717
View commit details
Copy full SHA for 2f06717
Browse repository at this point
Commits on Jul 22, 2026
feat(admission): add overcommit tolerance to footprint gate
Show description for 920663a
anoop-narang
committed
920663a
View commit details
Copy full SHA for 920663a
Browse repository at this point
fix(admission): use non-panicking column extraction in footprint gate
Show description for 8f3f98a
anoop-narang
committed
8f3f98a
View commit details
Copy full SHA for 8f3f98a
Browse repository at this point
fix(admission): count Inexact per-column byte sizes in footprint gate
Show description for cfa05a8
anoop-narang
committed
cfa05a8
View commit details
Copy full SHA for cfa05a8
Browse repository at this point
feat(admission): fail-safe the footprint gate against panics
Show description for 39c6986
anoop-narang
committed
39c6986
View commit details
Copy full SHA for 39c6986
Browse repository at this point
feat(admission): strict fail-loud toggle for the gate panic guard
Show description for 28c2fe5
anoop-narang
committed
28c2fe5
View commit details
Copy full SHA for 28c2fe5
Browse repository at this point
feat(admission): log every gate decision with its breakdown
Show description for aaf0ed9
anoop-narang
committed
aaf0ed9
View commit details
Copy full SHA for aaf0ed9
Browse repository at this point
fix(admission): dedupe split byte-range files in footprint estimate
Show description for 7e3efb4
anoop-narang
committed
7e3efb4
View commit details
Copy full SHA for 7e3efb4
Browse repository at this point
refactor(admission): dedupe by (path,size); clearer decision-log fields
Show description for 8bfec46
anoop-narang
committed
8bfec46
View commit details
Copy full SHA for 8bfec46
Browse repository at this point
test/chore: update squeeze snapshot for CLOCK order; CI + review nits
Show description for 4e0c361
anoop-narang
committed
4e0c361
View commit details
Copy full SHA for 4e0c361
Browse repository at this point
You can’t perform that action at this time.