SeattleTestbed / repy_v1

Seattle Testbed's original Repy version 1 sandbox
MIT License
1 stars 4 forks source link

File I/O with mode 'a+' is about 100x faster than 'r+b' on Mac OS-X #123

Closed choksi81 closed 10 years ago

choksi81 commented 10 years ago

I'm not sure why, but file I/O is much, much faster on Mac OS-X when using mode 'a+' than 'r+b'. From the docs I have no idea why this would be. I also don't know if there is any real difference between the two other than speed.

We should look into this.

choksi81 commented 10 years ago

Author: justinc Hmm, Trac seems to be duplicating many of my tickets. Perhaps I should add a ticket? :)