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 }}
songangweb
/
mcache
Public
Notifications
You must be signed in to change notification settings
Fork
11
Star
322
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on May 9, 2025
解决hash模块 keys方法统计不准
songang
committed
026aea3
View commit details
Copy full SHA for 026aea3
Browse repository at this point
Commits on Mar 3, 2025
Update README.md
toolsetlink
authored
ecd7e38
View commit details
Copy full SHA for ecd7e38
Browse repository at this point
Commits on Apr 1, 2022
Merge branch 'master' of https://github.com/songangweb/mcache
songang
committed
9ed892c
View commit details
Copy full SHA for 9ed892c
Browse repository at this point
Fix the test case
songang
committed
9128005
View commit details
Copy full SHA for 9128005
Browse repository at this point
Commits on Mar 23, 2022
Update README.md
songangweb
authored
04591cd
View commit details
Copy full SHA for 04591cd
Browse repository at this point
Commits on Mar 18, 2022
Update README.md
songangweb
authored
4d479f4
View commit details
Copy full SHA for 4d479f4
Browse repository at this point
Update README.md
songangweb
authored
3a89e5c
View commit details
Copy full SHA for 3a89e5c
Browse repository at this point
Commits on Mar 17, 2022
Update README.md
songangweb
authored
e5fe1d3
View commit details
Copy full SHA for e5fe1d3
Browse repository at this point
Commits on Aug 30, 2021
Update README.md
songangweb
authored
fadfafb
View commit details
Copy full SHA for fadfafb
Browse repository at this point
Update README.md
songangweb
authored
88d534b
View commit details
Copy full SHA for 88d534b
Browse repository at this point
Commits on Jul 25, 2021
arc 增加ResizeWeight方法, 可以用来调整arc中lfu引用次数
songang
committed
bcc6f58
View commit details
Copy full SHA for bcc6f58
Browse repository at this point
Commits on Jul 2, 2021
修改PurgeOverdue方法
songang
committed
a9e9d39
View commit details
Copy full SHA for a9e9d39
Browse repository at this point
Commits on Jun 11, 2021
修改 ResizeWeight
songang
committed
2b474ea
View commit details
Copy full SHA for 2b474ea
Browse repository at this point
Commits on Jun 9, 2021
lfu 与 hashlfu 增加ResizeWeight方法, 可以用来调整lfu引用次数
songang
committed
c6a41a5
View commit details
Copy full SHA for c6a41a5
Browse repository at this point
lfu 与 hashlfu 增加ResizeWeight方法, 可以用来调整lfu引用次数
songang
committed
bf9f04e
View commit details
Copy full SHA for bf9f04e
Browse repository at this point
simplelfu增加ResizeWeight方法, 可以用来调整lfu引用次数
songang
committed
5d26f78
View commit details
Copy full SHA for 5d26f78
Browse repository at this point
Commits on Jun 8, 2021
完善wiki文档
songang
committed
3fae14a
View commit details
Copy full SHA for 3fae14a
Browse repository at this point
Commits on Jun 6, 2021
压测 算法速度
songang
committed
ca8c4c5
View commit details
Copy full SHA for ca8c4c5
Browse repository at this point
Commits on May 30, 2021
完善test内容
songang
committed
b43a394
View commit details
Copy full SHA for b43a394
Browse repository at this point
Commits on May 25, 2021
增加各个算法 压力测试
songang
committed
41db96e
View commit details
Copy full SHA for 41db96e
Browse repository at this point
增加test 压力测试
songang
committed
e91f592
View commit details
Copy full SHA for e91f592
Browse repository at this point
Commits on May 24, 2021
hashlfu算法,实现零拷贝,完善算法单例测试
songang
committed
3767167
View commit details
Copy full SHA for 3767167
Browse repository at this point
Commits on May 22, 2021
hashlru算法,实现零拷贝
songang
committed
3cd4822
View commit details
Copy full SHA for 3cd4822
Browse repository at this point
Commits on May 21, 2021
完善 hashlru算法, 并通过单例测试
songang
committed
52fe36a
View commit details
Copy full SHA for 52fe36a
Browse repository at this point
完善 hashsimplelru
songang
committed
b027eae
View commit details
Copy full SHA for b027eae
Browse repository at this point
核对 arc lru lfu .test
songang
committed
e880748
View commit details
Copy full SHA for e880748
Browse repository at this point
Commits on May 20, 2021
修改simpelfu底层结构由堆改为链表
songang
committed
97d7235
View commit details
Copy full SHA for 97d7235
Browse repository at this point
Commits on May 13, 2021
更新文档
songang
committed
1fb2609
View commit details
Copy full SHA for 1fb2609
Browse repository at this point
Commits on Apr 29, 2021
修改项目包名
songang
committed
79c4e95
View commit details
Copy full SHA for 79c4e95
Browse repository at this point
You can’t perform that action at this time.