author | Eric Wong <normalperson@yhbt.net> | |
Thu, 1 Feb 2007 01:57:36 +0000 (17:57 -0800) | ||
committer | Eric Wong <normalperson@yhbt.net> | |
Fri, 23 Feb 2007 08:57:11 +0000 (00:57 -0800) | ||
commit | ce4b4af7ff36d4e4999da937dffd2f9a3a420277 | |
tree | b89c9d584e49208ab3fd4487bb2206f8e958e486 | tree | snapshot |
parent | 9c93fee51e26d5db82414317fa169294f3fa94b0 | commit | diff |
git-svn: use sys* IO functions for reading rev_db
Using buffered IO for reading 40-41 bytes at a time isn't very
efficient. Buffering writes for a short duration is alright
since we close() right away and buffers will be flushed.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Using buffered IO for reading 40-41 bytes at a time isn't very
efficient. Buffering writes for a short duration is alright
since we close() right away and buffers will be flushed.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl | diff | blob | history |