kamiyaa / joshuto

ranger-like terminal file manager written in Rust
https://crates.io/crates/joshuto
GNU Lesser General Public License v3.0
3.34k stars 151 forks source link

feat: use semaphores instead of mutex locks #499

Closed luteran42 closed 4 months ago

luteran42 commented 4 months ago

Spawn threads within a semaphore, matching the number of available logical cores for increased preview speed.