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 }}
Q300Z
/
rustycache
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
High-Performance Sharded Architecture & O(1) Algorithms (v2.0.0)
- #2
#2
Merged
Q300Z
merged 18 commits into
main
Q300Z/rustycache:main
from
dev
Q300Z/rustycache:dev
Copy head branch name to clipboard
Feb 5, 2026
Conversation
Commits
18
(18)
Checks
Files changed
Merged
High-Performance Sharded Architecture & O(1) Algorithms (v2.0.0)
#2
Q300Z
merged 18 commits into
main
Q300Z/rustycache:main
from
dev
Q300Z/rustycache:dev
Copy head branch name to clipboard
Commits
Commits on Feb 4, 2026
perf: optimize LRU/FIFO to O(1) and add performance benchmarks
Q300Z
committed
cb3b9b5
View commit details
Copy full SHA for cb3b9b5
Browse repository at this point
refactor: implement sharded generic architecture and static dispatch
Q300Z
committed
7022f0f
View commit details
Copy full SHA for 7022f0f
Browse repository at this point
feat: make tokio optional via 'async' feature gate
Q300Z
committed
65d8819
View commit details
Copy full SHA for 65d8819
Browse repository at this point
docs: modernize CI pipeline and update documentation with performance results
Q300Z
committed
d038ca8
View commit details
Copy full SHA for d038ca8
Browse repository at this point
Commits on Feb 5, 2026
perf: implement index-based arena for LRU/FIFO to eliminate key cloning
Q300Z
committed
0016fc9
View commit details
Copy full SHA for 0016fc9
Browse repository at this point
perf: implement Borrow support for zero-allocation cache lookups
Q300Z
committed
042b3f8
View commit details
Copy full SHA for 042b3f8
Browse repository at this point
docs: update README with record performance results and index-based arena details
Q300Z
committed
b575d49
View commit details
Copy full SHA for b575d49
Browse repository at this point
perf: implement u32 indices and RwLock with batching for concurrent throughput
Q300Z
committed
30cc7f1
View commit details
Copy full SHA for 30cc7f1
Browse repository at this point
docs: add sync and async examples and refine façade for Borrow support
Q300Z
committed
148d296
View commit details
Copy full SHA for 148d296
Browse repository at this point
chore: update rust-version to 1.93 and update CI triggers
Q300Z
committed
6b04e43
View commit details
Copy full SHA for 6b04e43
Browse repository at this point
perf: optimize hashing with BuildHasher::hash_one and resolve black_box deprecation
Q300Z
committed
56270ac
View commit details
Copy full SHA for 56270ac
Browse repository at this point
refactor: apply clippy suggestions for idiomatic code (collapsible_if, or_default)
Q300Z
committed
2beb4d9
View commit details
Copy full SHA for 2beb4d9
Browse repository at this point
fix: update tests to support conditional cleaner startup and improve robustness
Q300Z
committed
30a70ca
View commit details
Copy full SHA for 30a70ca
Browse repository at this point
docs: final README formatting and cleanup
Q300Z
committed
2302763
View commit details
Copy full SHA for 2302763
Browse repository at this point
refactor!: implement sharded architecture and generic strategy API
Show description for 2888de4
Q300Z
committed
2888de4
View commit details
Copy full SHA for 2888de4
Browse repository at this point
ci: implement automated versioning and crates.io publishing via release-plz and OIDC
Q300Z
committed
b6cffcd
View commit details
Copy full SHA for b6cffcd
Browse repository at this point
style: apply rustfmt to the entire codebase
Q300Z
committed
10263c8
View commit details
Copy full SHA for 10263c8
Browse repository at this point
fix: feature-gate async example to support no-default-features builds
Q300Z
committed
8ce053e
View commit details
Copy full SHA for 8ce053e
Browse repository at this point
You can’t perform that action at this time.