TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

FlashCache - a general purpose writeback block cache for Linux

8 点作者 arjunb大约 15 年前

1 comment

philips大约 15 年前
How is this different to the project it is based on, dm-cache[1][2]?<p>Briefly skimming the documentation it seems that the first difference is the eviction policy: LRU in dm-cache vs FIFO in FlashCache (although LRU is an option).<p>Anyone know what prompted the name change and code fork?<p>[1] <a href="http://github.com/mingzhao/dm-cache" rel="nofollow">http://github.com/mingzhao/dm-cache</a> [2] <a href="http://users.cis.fiu.edu/~zhaom/dmcache/index.html" rel="nofollow">http://users.cis.fiu.edu/~zhaom/dmcache/index.html</a>