fd is 4x slower(even 167x slower) than find when to delete files
Author: winter-looCreated Aug 20, 2025Updated Sep 1, 2026
Test case: delete 15369 files from a directory
See the ad-hoc tests in the image:
Amazing to find 'find with -delete option' is so fast.
fd version: 10.2.0 find version: 4.5.11
Source: sharkdp/fd