sort_file_by_date:学习项目

时间:2024-04-20 00:31:53
【文件属性】:

文件名称:sort_file_by_date:学习项目

文件大小:5KB

文件格式:ZIP

更新时间:2024-04-20 00:31:53

single-night-project Rust

这是一个小脚本,用于将名称中带有时间戳的文件排序为有序文件 尽管实际上已应用此项目,但这主要是一个学习防锈的宠物项目。 在所应用的示例中,排序约75,000个文件花费了不到2秒的时间。 文件的层次结构: - root directory (correspond to the first argument of this program) \ - 2019 \ - 2020 \ - 01 \ - file_to_sort_.json \ - ... \ - 02 \ - ... 该程序一次应用于给定的年份,但是使用线程将子目录上的工作并行化(对应于从01到12的每个月) 结果是进行了以下更改: - root directory (correspond to the first argument of this progra


【文件预览】:
sort_file_by_date-master
----Cargo.lock(7KB)
----src()
--------main.rs(497B)
--------lib.rs(3KB)
----Cargo.toml(228B)
----.gitignore(8B)
----README.md(838B)

网友评论