sloganking / scfmt

A code formatter for structured comments
MIT License
0 stars 0 forks source link

concurrent file formatting #35

Closed sloganking closed 2 years ago

sloganking commented 2 years ago

When performing an operation all files in a directory, each file can be operated on independently. So we can spawn multiple threads to do this concurrently and speed things up.

sloganking commented 2 years ago

After testing, this doesn't appear to have any discernible speed increase. I suspect the CPU is simply bottle-necked by the storage device. Closing for now.