Shop OBEX P1 Docs P2 Docs Learn Events
Write Acceleration for SD2.0_FATEngine — Parallax Forums

Write Acceleration for SD2.0_FATEngine

KyeKye Posts: 2,200
edited 2010-08-28 22:46 in Propeller 1
Would anyone like this feature?

With write acceleration the file system's speeds double or triple (Only the 512 Byte chunks). And in some cases I was able to go from 100KBs to 700KBs.

The cost of this feature however will be an aditional 512 bytes added to the file system size and a few more longs here and there. Also, with write acceleration the result of a write will be unknown. This means that the file system will no longer throw errors if a write were to fail. Only on the next write would the error be detected. Stuff then can get tricky...
Sign In or Register to comment.