sort_file_by_date:学习项目 源码
这是一个小脚本,用于将名称中带有时间戳的文件排序为有序文件 尽管实际上已应用此项目,但这主要是一个学习防锈的宠物项目。 在所应用的示例中,排序约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.zip
(预估有个6文件)
sort_file_by_date-master
Cargo.lock
7KB
src
main.rs
497B
lib.rs
3KB
Cargo.toml
228B
.gitignore
8B
README.md
838B
暂无评论