Parallelize `list_files_for_scan`
Offen
#19,971
14 Kommentare
0 Reaktionen
1 zugewiesene Person
Beansprucht von @Tushar7012
Auf GitHub ansehen
enhancement
- Vorherrschende Sprache
- Rust
- Sterne
- 9.3k
- Forks
- 2.4k
- Ø Merge
- 3 T. 11 Std.
- Gemergte PRs (30 T.)
- 360
Beschreibung
### Is your feature request related to a problem or challenge?
Cold runs are slow: due to reading / processing everything on one thread.
Currently `list_files_for_scan` runs in a single thread.
### Describe the solution you'd like
We should be able to use all threads.
### Describe alternatives you've considered
_No response_
### Additional context
_No response_
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.