catfs:缓存用Rust编写的AnyThing文件系统-源码

上传者: 42181693 | 上传时间: 2021-02-06 09:04:32 | 文件大小: 110KB | 文件类型: ZIP
Catfs是用Rust编写的缓存文件系统。 总览 Catfs允许您缓存对另一个(可能是远程)文件系统的访问。 缓存语义是预读和透写的(请参阅 )。 当前,它仅提供数据高速缓存,所有元数据操作均会击中源文件系统。 Catfs是ALPHA软件。 如果您重视数据,请不要使用它。 安装 在Linux上,通过安装。 您可能还需要先安装保险丝。 或从需要源构建。 :~/catfs$ cargo install catfs $ # optimized binary now in $HOME/.cargo/bin/catfs 用法 Catfs要求在缓存文件的文件系统上启用扩展属性(xattr)。 通常,

文件下载

资源详情

[{"title":"( 45 个子文件 110KB ) catfs:缓存用Rust编写的AnyThing文件系统-源码","children":[{"title":"catfs-master","children":[{"title":".gitignore <span style='color:#111;'> 22B </span>","children":null,"spread":false},{"title":"bench","children":[{"title":"bench.cat <span style='color:#111;'> 1.50KB </span>","children":null,"spread":false},{"title":"Dockerfile <span style='color:#111;'> 549B </span>","children":null,"spread":false},{"title":"bench_format.py <span style='color:#111;'> 2.41KB </span>","children":null,"spread":false},{"title":"bench.local <span style='color:#111;'> 1.50KB </span>","children":null,"spread":false},{"title":"bench.catsshfs <span style='color:#111;'> 1.50KB </span>","children":null,"spread":false},{"title":"bench.catfs_vs_sshfs.png <span style='color:#111;'> 31.76KB </span>","children":null,"spread":false},{"title":"bench.sh <span style='color:#111;'> 6.95KB </span>","children":null,"spread":false},{"title":"bench.catfs_over_sshfs <span style='color:#111;'> 1.51KB </span>","children":null,"spread":false},{"title":"bench.catfs_vs_sshfs.data <span style='color:#111;'> 538B </span>","children":null,"spread":false},{"title":"bench_graph.gnuplot <span style='color:#111;'> 1.39KB </span>","children":null,"spread":false},{"title":"bench.png <span style='color:#111;'> 31.79KB </span>","children":null,"spread":false},{"title":"run_bench.sh <span style='color:#111;'> 2.07KB </span>","children":null,"spread":false},{"title":"bench.catfs <span style='color:#111;'> 1.50KB </span>","children":null,"spread":false},{"title":"bench.data <span style='color:#111;'> 578B </span>","children":null,"spread":false},{"title":"bench.sshfs <span style='color:#111;'> 1.50KB </span>","children":null,"spread":false}],"spread":false},{"title":"README.md <span style='color:#111;'> 4.33KB </span>","children":null,"spread":false},{"title":"Cargo.toml <span style='color:#111;'> 720B </span>","children":null,"spread":false},{"title":"tests","children":[{"title":"resources","children":[{"title":"dir1","children":[{"title":"file2 <span style='color:#111;'> 11B </span>","children":null,"spread":false},{"title":"file1 <span style='color:#111;'> 11B </span>","children":null,"spread":false}],"spread":true},{"title":"file3 <span style='color:#111;'> 6B </span>","children":null,"spread":false},{"title":"file2 <span style='color:#111;'> 6B </span>","children":null,"spread":false},{"title":"file1 <span style='color:#111;'> 6B </span>","children":null,"spread":false}],"spread":true},{"title":"integration_tests.rs <span style='color:#111;'> 16.38KB </span>","children":null,"spread":false},{"title":"test_suite","children":[{"title":"mod.rs <span style='color:#111;'> 711B </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"LICENSE <span style='color:#111;'> 11.09KB </span>","children":null,"spread":false},{"title":".dockerignore <span style='color:#111;'> 8B </span>","children":null,"spread":false},{"title":"src","children":[{"title":"pcatfs","children":[{"title":"mod.rs <span style='color:#111;'> 5.28KB </span>","children":null,"spread":false}],"spread":true},{"title":"flags.rs <span style='color:#111;'> 4.16KB </span>","children":null,"spread":false},{"title":"lib.rs <span style='color:#111;'> 102B </span>","children":null,"spread":false},{"title":"evicter","children":[{"title":"mod.rs <span style='color:#111;'> 13.18KB </span>","children":null,"spread":false},{"title":"dir_walker.rs <span style='color:#111;'> 3.13KB </span>","children":null,"spread":false}],"spread":true},{"title":"catfs","children":[{"title":"error.rs <span style='color:#111;'> 2.72KB </span>","children":null,"spread":false},{"title":"flags.rs <span style='color:#111;'> 2.65KB </span>","children":null,"spread":false},{"title":"substr.rs <span style='color:#111;'> 569B </span>","children":null,"spread":false},{"title":"mod.rs <span style='color:#111;'> 29.14KB </span>","children":null,"spread":false},{"title":"dir.rs <span style='color:#111;'> 3.23KB </span>","children":null,"spread":false},{"title":"rlibc.rs <span style='color:#111;'> 17.10KB </span>","children":null,"spread":false},{"title":"inode.rs <span style='color:#111;'> 9.43KB </span>","children":null,"spread":false},{"title":"tests.rs <span style='color:#111;'> 1.03KB </span>","children":null,"spread":false},{"title":"file.rs <span style='color:#111;'> 22.47KB </span>","children":null,"spread":false}],"spread":true},{"title":"main.rs <span style='color:#111;'> 10.24KB </span>","children":null,"spread":false}],"spread":true},{"title":"validate_cache.sh <span style='color:#111;'> 740B </span>","children":null,"spread":false},{"title":".travis.yml <span style='color:#111;'> 1.03KB </span>","children":null,"spread":false},{"title":"Cargo.lock <span style='color:#111;'> 28.31KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明