Boo0ns / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

Reconsider buffered vs unbuffered behavior in SD library. #485

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The current unbuffered writes in the SD library seem to impose significant 
performance problems.  So we might be better off defaulting to buffering and 
encouraging people to sync with flush() when needed.  Or we could make it an 
option when opening the file.  

Original issue reported on code.google.com by dmel...@gmail.com on 23 Feb 2011 at 4:37

GoogleCodeExporter commented 9 years ago
https://github.com/arduino/Arduino/commit/e031022a68f641439ebdc0abf533bab38ad9bc
d6

Original comment by dmel...@gmail.com on 25 Feb 2011 at 11:45