TODO: Update with pread/preadv/readv
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 23 Aug 2013 17:45:48 +0000 (14:45 -0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Mon, 26 Aug 2013 22:20:10 +0000 (19:20 -0300)
TODO

diff --git a/TODO b/TODO
index 22c1c74..010a976 100644 (file)
--- a/TODO
+++ b/TODO
@@ -24,5 +24,6 @@
  * Check/benchmark buffered vs unbuffered IO and possibly use mmap.
    There are lots of code in plugin issuing one read(2) syscall for
    small things like 4 bytes. Setting a proper buffer size (e.g. setvbuf)
-   and reading all at onece would be better performance-wise. Another option
-   is to write the common code for handling sigbus and use mmap instead.
\ No newline at end of file
+   and reading all at once would be better performance-wise. Another option
+   is to write the common code for handling sigbus and use mmap instead.
+   Check also whether pread/preadv/readv would be an option for some plugins.
\ No newline at end of file