sharkdp/fd
Auf GitHub ansehenscatter search targets of threads to optimize search across multiple devices
Open
#559 geöffnet am 6. Apr. 2020
feature-requesthelp wantedperformance
Repository-Metriken
- Stars
- (42.984 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 15T 23h) (16 gemergte PRs in 30 T)
Beschreibung
when searching across multiple devices, cpu utilization is rarely the bottleneck but rather io is.
an option to scatter the search targets of threads would speed up search massively when searching in /media/ for example across multiple external harddrives.
they may share a data link but its their latency and responsiveness that is the bottleneck. and can be exercised in parallel.