Commit 1158f4ec authored by Kirill Smelkov's avatar Kirill Smelkov

X io notes: Link to my post about doing IO via mmap

parent ebf8fd11
......@@ -104,6 +104,10 @@ Note: madvice should be used to guide kernel cache read-ahead/backwards or
where we are planning to access data next. madvice is syscall so this can add α
back.
Link on the subject - how to copy/catch SIGBUS & do not block calling thread:
https://groups.google.com/d/msg/golang-nuts/11rdExWP6ac/226CPanVBAAJ
...
Direct I/O
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment