getsolus / solbuild

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

Replace filepath.Walk usage with fast parallel version #89

Closed joebonrichie closed 2 months ago

joebonrichie commented 8 months ago

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

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