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
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 }}
LJJ0509
/
Segcache
Public
forked from
Thesys-lab/Segcache
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
NSDI21
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 13, 2022
make some changes to improve scalability
1a1a11a
committed
c9f53a5
View commit details
Copy full SHA for c9f53a5
Browse repository at this point
clean up
1a1a11a
committed
b25b620
View commit details
Copy full SHA for b25b620
Browse repository at this point
Commits on Jan 12, 2022
fix a bug where it leads to crash when the number of merged segs is small (such as 2), this was caused by changing the merge stop ratio
Show description for aa4da0d
1a1a11a
committed
aa4da0d
View commit details
Copy full SHA for aa4da0d
Browse repository at this point
update README and CMakeList.txt
1a1a11a
committed
d3bd038
View commit details
Copy full SHA for d3bd038
Browse repository at this point
revert back reader; clean up
1a1a11a
committed
802a64a
View commit details
Copy full SHA for 802a64a
Browse repository at this point
fix compilation issue
1a1a11a
committed
44c4f0b
View commit details
Copy full SHA for 44c4f0b
Browse repository at this point
Commits on Jan 7, 2022
1. add namespace for LHD, but does not work better
1a1a11a
committed
de045bc
View commit details
Copy full SHA for de045bc
Browse repository at this point
Commits on Dec 8, 2021
osdi22
1a1a11a
committed
c60c3b3
View commit details
Copy full SHA for c60c3b3
Browse repository at this point
update LHD
1a1a11a
committed
51a2ec7
View commit details
Copy full SHA for 51a2ec7
Browse repository at this point
Commits on Apr 15, 2021
Update README.md
1a1a11a
authored
a5eef4f
View commit details
Copy full SHA for a5eef4f
Browse repository at this point
Commits on Mar 24, 2021
add incr support; force use of provided TTL list.
1a1a11a
committed
e14efb5
View commit details
Copy full SHA for e14efb5
Browse repository at this point
Merge branch 'benchmark' into NSDI21
Show description for 6471f62
1a1a11a
committed
6471f62
View commit details
Copy full SHA for 6471f62
Browse repository at this point
Commits on Mar 23, 2021
[NSDI] commit
1a1a11a
committed
f734972
View commit details
Copy full SHA for f734972
Browse repository at this point
[optimization] remove memset segment data to zero during initialization
1a1a11a
committed
6192a5d
View commit details
Copy full SHA for 6192a5d
Browse repository at this point
[bug fix] fix a bug in segmerge where we try to evict empty TTL bucket; fix a bug in evict where min_mature_time is not initialized; clean up code; add lock in hashtable_get to ensure there is no c…
Show description for 02abdcc
1a1a11a
committed
02abdcc
View commit details
Copy full SHA for 02abdcc
Browse repository at this point
Commits on Mar 22, 2021
[benchmark] add benchmarks
1a1a11a
committed
91162a3
View commit details
Copy full SHA for 91162a3
Browse repository at this point
Commits on Mar 21, 2021
disable debug mode
1a1a11a
committed
26fe66a
View commit details
Copy full SHA for 26fe66a
Browse repository at this point
Merge branch 'SegcacheExp'
Show description for 004387f
1a1a11a
committed
004387f
View commit details
Copy full SHA for 004387f
Browse repository at this point
change xxhash to the lib in ccommon; add more debug information;
Show description for 3a7fe29
1a1a11a
committed
3a7fe29
View commit details
Copy full SHA for 3a7fe29
Browse repository at this point
Commits on Mar 2, 2021
update readme with Segcache and Zulip info (#325)
Show description for fd4077b
thinkingfish
authored
fd4077b
View commit details
Copy full SHA for fd4077b
Browse repository at this point
Add Segcache experimental code (#322)
Show description for 4a2af47
1a1a11a
authored
4a2af47
View commit details
Copy full SHA for 4a2af47
Browse repository at this point
the concurrency bug exists in both eviction and merge-based eviction, cleanup to find more clues.
1a1a11a
committed
83cb1ea
View commit details
Copy full SHA for 83cb1ea
Browse repository at this point
clean up the code
1a1a11a
committed
2ada077
View commit details
Copy full SHA for 2ada077
Browse repository at this point
[hashtable] clean up Segcache hashtable.
1a1a11a
committed
388f74a
View commit details
Copy full SHA for 388f74a
Browse repository at this point
[clean] remove constants; separate merge
1a1a11a
committed
95e5fc1
View commit details
Copy full SHA for 95e5fc1
Browse repository at this point
add xxhash.h and fix a bug in pthread_setname_np
1a1a11a
committed
74cecac
View commit details
Copy full SHA for 74cecac
Browse repository at this point
[workflow] add SegcacheExp to GitHub workflow
1a1a11a
committed
6d5cda7
View commit details
Copy full SHA for 6d5cda7
Browse repository at this point
[segcache] the first version before deep clean
1a1a11a
committed
d71a3b8
View commit details
Copy full SHA for d71a3b8
Browse repository at this point
[pre-segcache] preparations for segcache. 1. add a new field in memcache response; 2. change the timer in pelikan_twemcache so that the default timer is memcached_time; 3. fix a bug in pelikan_twem…
Show description for 83083d4
1a1a11a
committed
83083d4
View commit details
Copy full SHA for 83083d4
Browse repository at this point
Ccommon update (#323)
Show description for 8a05b27
thinkingfish
authored
8a05b27
View commit details
Copy full SHA for 8a05b27
Browse repository at this point
[pre-segcache] preparations for segcache (#321)
Show description for f117a51
1a1a11a
authored
f117a51
View commit details
Copy full SHA for f117a51
Browse repository at this point
Commits on Feb 4, 2021
pingserver-rs: add rusage metrics (#319)
Show description for ced7d4e
brayniac
authored
ced7d4e
View commit details
Copy full SHA for ced7d4e
Browse repository at this point
Commits on Feb 1, 2021
pingserver-rs: bugfix for stats output (#318)
Show description for 4799016
brayniac
authored
4799016
View commit details
Copy full SHA for 4799016
Browse repository at this point
Commits on Jan 29, 2021
pingserver-rs: replace rustls with boringssl (#313)
Show description for 286aa00
brayniac
authored
286aa00
View commit details
Copy full SHA for 286aa00
Browse repository at this point
Commits on Jan 4, 2021
pingserver-rs: use strum to derive metric names and enum iterator (#310)
Show description for d6704c9
brayniac
authored
d6704c9
View commit details
Copy full SHA for d6704c9
Browse repository at this point
Previous
Next
You can’t perform that action at this time.