kyoheiu / felix

tui file manager with vim-like key mapping
https://kyoheiu.dev/felix/
MIT License
729 stars 26 forks source link

Should I use rayon when deleting / copying items? #28

Closed kyoheiu closed 2 years ago

kyoheiu commented 2 years ago

requires some tests

kyoheiu commented 2 years ago

cf: https://github.com/dpc/pariter

kyoheiu commented 2 years ago

cf: https://github.com/BurntSushi/walkdir/issues/21

kyoheiu commented 2 years ago

Seems parallel copy/delete doesnt work for now.