getsolus / solbuild

The Solus package build system
https://getsol.us
Apache License 2.0
19 stars 12 forks source link

Replace filepath.Walk usage with fast parallel version #89

Open joebonrichie opened 5 months ago

joebonrichie commented 5 months ago

https://github.com/MichaelTJones/walk <- Should be a suitable alternative

We use filepath.Walk in getDirSize() and possibly other areas.