Show HN:Cachekit - Rust 高效快取策略函式庫
Hacker News 上推出了一款名為 Cachekit 的新 Rust 函式庫,提供高效能的快取策略,如 FIFO、LRU 和 LRU-K,以及分層快取原件。該函式庫還包含可選的指標和基準測試。
Navigation Menu
Search code, repositories, users, issues, pull requests...
Provide feedback
We read every piece of feedback, and take your input very seriously.
Saved searches
Use saved searches to filter your results more quickly
To see all available qualifiers, see our documentation.
High-performance cache policies (FIFO/LRU/LRU-K) and tiered caching primitives for Rust systems, with optional metrics and benchmarks.
License
Licenses found
Uh oh!
There was an error while loading. Please reload this page.
OxidizeLabs/cachekit
Folders and files
Latest commit
History
Repository files navigation
cachekit
High-performance cache policies and tiered caching primitives for Rust systems with optional metrics and benchmarks.
Overview
CacheKit is a Rust library that provides:
This crate is designed for systems programming, microservices, and performance-critical applications.
Features
Documentation Index
Installation
Add cachekit as a dependency in your Cargo.toml:
example
About
High-performance cache policies (FIFO/LRU/LRU-K) and tiered caching primitives for Rust systems, with optional metrics and benchmarks.
Topics
Resources
License
Licenses found
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading. Please reload this page.
Stars
Watchers
Forks
Releases
1
Packages
0
Uh oh!
There was an error while loading. Please reload this page.
Contributors
2
Languages
Footer
Footer navigation
相關文章