whyour / qinglong

支持 Python3、JavaScript、Shell、Typescript 的定时任务管理平台(Timed task management platform supporting Python3, JavaScript, Shell, Typescript)
https://qinglong.online
Apache License 2.0
16.37k stars 2.99k forks source link

replace fs operation with fs-extra #2451

Closed gweesin closed 4 months ago

gweesin commented 4 months ago

Clear and concise description of the problem

I noticed that utils have lots of methods could be replaced by fs-extra to improve readability and performance.

Suggested solution

replace operating file system with fs-extra

Alternative

No response

Additional context

No response

Validations

whyour commented 4 months ago

fs-extra has no significant performance optimization, and I don't think it's necessary