小弧光的博客

公众号:小弧光黑板报

导航

2023年4月21日 #

Writing a file system from scratch in Rust

摘要: Writing a file system from scratch in Rust2020-07-27 https://blog.carlosgaldino.com/writing-a-file-system-from-scratch-in-rust.html Data produced by p 阅读全文

posted @ 2023-04-21 16:52 小弧光 阅读(17) 评论(3) 推荐(0) 编辑

How fast are your disks? Find out the open source way, with fio

摘要: https://arstechnica.com/gadgets/2020/02/how-fast-are-your-disks-find-out-the-open-source-way-with-fio/ Storage benchmarking—much like Wi-Fi benchmarki 阅读全文

posted @ 2023-04-21 16:42 小弧光 阅读(23) 评论(0) 推荐(0) 编辑

从 aws 读取一个文件

摘要: use clap::{Arg, ArgAction, Command}; use fuser::{BackgroundSession, MountOption, Session}; use mountpoint_s3::fuse::S3FuseFilesystem; use mountpoint_s 阅读全文

posted @ 2023-04-21 16:00 小弧光 阅读(30) 评论(0) 推荐(0) 编辑