#lru-cache #recently #algorithm #container #size #ordered #most

lru_time_cache

在容器中实现最不经常使用(LRU)缓存算法,可能受大小或时间限制,按最近使用顺序排序

38个版本

0.11.11 2021年6月9日
0.11.10 2021年3月3日
0.11.8 2021年2月24日
0.11.3 2020年11月23日
0.2.0 2015年7月6日

#14 in 缓存

Download history • Rust 包仓库 15567/week @ 2024-01-11 • Rust 包仓库 15372/week @ 2024-01-18 • Rust 包仓库 17104/week @ 2024-01-25 • Rust 包仓库 19947/week @ 2024-02-01 • Rust 包仓库 21179/week @ 2024-02-08 • Rust 包仓库 20726/week @ 2024-02-15 • Rust 包仓库 21749/week @ 2024-02-22 • Rust 包仓库 24587/week @ 2024-02-29 • Rust 包仓库 26412/week @ 2024-03-07 • Rust 包仓库 26450/week @ 2024-03-14 • Rust 包仓库 27594/week @ 2024-03-21 • Rust 包仓库 22410/week @ 2024-03-28 • Rust 包仓库 23935/week @ 2024-04-04 • Rust 包仓库 25094/week @ 2024-04-11 • Rust 包仓库 24617/week @ 2024-04-18 • Rust 包仓库 20042/week @ 2024-04-25 • Rust 包仓库

98,001 每月下载量
用于 73 个crates(35个直接使用)

MIT OR BSD-3-Clause

43KB
925

Lru Time Cache

Crate 文档 Linux/macOS Windows 问题
Documentation Build Status Build status Stories in Ready
MaidSafe网站 SAFE开发者论坛 SAFE网络论坛

概述

在容器中实现最不经常使用(LRU)缓存算法,可能受大小或时间限制,按最近使用顺序排序。

许可证

此SAFE网络库可在修改后的BSD (LICENSE-BSD https://open-source.org.cn/licenses/BSD-3-Clause) 或MIT许可证 (LICENSE-MIT https://open-source.org.cn/licenses/MIT) 下双许可。

贡献

想要贡献?太好了 🎉

有多种方式可以回报项目,无论是编写新代码、修复错误,还是仅仅报告错误。所有形式的贡献都受到鼓励!

有关如何贡献的说明,请参阅我们的贡献指南

依赖项