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
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
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 }}
intel
/
CacheLib
Public
forked from
facebook/CacheLib
Notifications
You must be signed in to change notification settings
Fork
4
Star
19
Code
Issues
5
Pull requests
19
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Add extra allocation/eviction policies
- #67
#67
Draft
igchor
wants to merge 21 commits into
intel:develop
intel/CacheLib:develop
from
igchor:extra_policies
igchor/CacheLib-1:extra_policies
Copy head branch name to clipboard
Conversation
Commits
21
(21)
Checks
Files changed
Draft
Add extra allocation/eviction policies
#67
igchor
wants to merge 21 commits into
intel:develop
intel/CacheLib:develop
from
igchor:extra_policies
igchor/CacheLib-1:extra_policies
Copy head branch name to clipboard
Commits
Commits on Mar 3, 2023
Run centos and debian workflows on push and PR
Show description for b791b77
igchor
authored and
byrnedj
committed
b791b77
View commit details
Copy full SHA for b791b77
Browse repository at this point
Introduce 'markedForEviction' state for the Item.
Show description for 470f563
igchor
authored and
byrnedj
committed
470f563
View commit details
Copy full SHA for 470f563
Browse repository at this point
Adds createPutToken and switches findEviction
Show description for c1020df
byrnedj
committed
c1020df
View commit details
Copy full SHA for c1020df
Browse repository at this point
- Change the cache size calculation to use getCacheSize()
Show description for 9bb6775
byrnedj
committed
9bb6775
View commit details
Copy full SHA for 9bb6775
Browse repository at this point
- Add memory tier configs to cache allocator based on NUMA bindings
Show description for 1759e83
byrnedj
committed
1759e83
View commit details
Copy full SHA for 1759e83
Browse repository at this point
added ability for compressed pointer to use full 32 bits for addressing in single tier mode and use 31 bits for addressing in multi-tier mode
guptask
authored and
byrnedj
committed
62b0c41
View commit details
Copy full SHA for 62b0c41
Browse repository at this point
Add memory usage statistics for allocation classes
Show description for b7459ee
igchor
authored and
byrnedj
committed
b7459ee
View commit details
Copy full SHA for b7459ee
Browse repository at this point
Initial multi-tier support implementation (rebased with NUMA and cs part 2)
Show description for fafface
igchor
authored and
byrnedj
committed
fafface
View commit details
Copy full SHA for fafface
Browse repository at this point
AC stats multi-tier
byrnedj
committed
369e55b
View commit details
Copy full SHA for 369e55b
Browse repository at this point
This commit contains the additional memory tiers tests
Show description for 713c6d9
byrnedj
committed
713c6d9
View commit details
Copy full SHA for 713c6d9
Browse repository at this point
This is the additional multi-tier support needed
Show description for d209d78
guptask
authored and
byrnedj
committed
d209d78
View commit details
Copy full SHA for d209d78
Browse repository at this point
added per pool class rolling average latency (upstream PR version)
Show description for e74fa40
guptask
authored and
byrnedj
committed
e74fa40
View commit details
Copy full SHA for e74fa40
Browse repository at this point
added per tier pool class rolling average latency (based on upstream PR)
guptask
authored and
byrnedj
committed
bab780a
View commit details
Copy full SHA for bab780a
Browse repository at this point
MM2Q promotion iterators (#1)
Show description for f0baeb1
byrnedj
committed
f0baeb1
View commit details
Copy full SHA for f0baeb1
Browse repository at this point
CS Patch Part 2 for mulit-tier cachelib:
Show description for 8ab8c75
byrnedj
committed
8ab8c75
View commit details
Copy full SHA for 8ab8c75
Browse repository at this point
basic multi-tier test based on numa bindings
igchor
authored and
byrnedj
committed
2152639
View commit details
Copy full SHA for 2152639
Browse repository at this point
Aadding new configs to hit_ratio/graph_cache_leader_fobj
Show description for e303104
Sergei Vinogradov
authored and
byrnedj
committed
e303104
View commit details
Copy full SHA for e303104
Browse repository at this point
Do not block reader if a child item is moving
Show description for 1e40a00
igchor
authored and
byrnedj
committed
1e40a00
View commit details
Copy full SHA for 1e40a00
Browse repository at this point
Background data movement (#20)
Show description for b99bb9d
byrnedj
committed
b99bb9d
View commit details
Copy full SHA for b99bb9d
Browse repository at this point
fix race in moveRegularItemWith sync where insertOrReplace can cause move to fail
Show description for 08bf0b4
byrnedj
committed
08bf0b4
View commit details
Copy full SHA for 08bf0b4
Browse repository at this point
Commits on Mar 7, 2023
Add extra allocation/eviction policies
igchor
committed
8f88aa6
View commit details
Copy full SHA for 8f88aa6
Browse repository at this point
You can’t perform that action at this time.