Closed ozansz closed 2 years ago
The file traversal algorithm currently runs in a single iteration. We can split it into goroutines, or use a worker pool, etc. The algorithm performance should also be tested with a new benchmark test with profiling enabled.
Can I work on this ?
Summary
The file traversal algorithm currently runs in a single iteration. We can split it into goroutines, or use a worker pool, etc. The algorithm performance should also be tested with a new benchmark test with profiling enabled.