natevw / fatfs

Standalone FAT16/FAT32 filesystem implementation in JavaScript
47 stars 13 forks source link

Zero-fill on write/extend (i.e. `fs.truncate`) rather than on init #10

Closed natevw closed 10 years ago

natevw commented 10 years ago

AFAICT, there is no admonition to pre-emptively zero-fill in the FAT spec, and this could significantly speed up small writes/appends.