|
|
|
|
|
by the8472
1589 days ago
|
|
Most recursive deletion routines are not optimized for speed. This could be done much faster with multiple threads or batching the calls via io_uring. Another option are LVM or btrfs subvolumes which can be discarded without recursive traversal. |
|