ihaveamac / ninfs

FUSE filesystem Python scripts for Nintendo console files
MIT License
436 stars 18 forks source link

Better multithreading #94

Open ihaveamac opened 2 years ago

ihaveamac commented 2 years ago

All of the mount types run with threads disabled (except SD). I'm curious how well performance would be if I can better support multithreaded reading. This would probably benefit SSD users the most. This would require some changes in pyctr for the readers to support reading from multiple file objects too.