About how many clock cycles does it take to make a simple, non-blocking system call on Linux?
Would I expect anything different from OS X?
I wonder about calls such as setsockopt
, which might be used to provide an optional hint to improve performance, yet has its own intrinsic cost.