Welcome, Guest. Please login or register.

Author Topic: Faster directory listing possible?  (Read 13769 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline psxphill

Re: Faster directory listing possible?
« on: June 16, 2013, 10:45:03 AM »
Quote from: ChaosLord;737993
When reading from a flash device the device can only read whole blocks at a time right? And 1 block of that drive is probably like 1MB, right?

No, you only have to read 512 bytes at a time (or on new sata drives it's 4k).
 
addbuffers gives more buffers to the filesystem, if that buffering is fast then adding it to the device as well is not worth it.
 
FFS gets slower if you add a lot of buffers & someone did do some device patching software that allowed you put buffering at the device layer.
 
My understanding is that SFS/PFS don't suffer from this.