Comment on Why should I have written ZeroMQ in C, not C++ (part II)parentComments−sokrates14y"Big O" notation only cares about the (largest) exponent of n, so O(n) = O(n/2).
Comments
"Big O" notation only cares about the (largest) exponent of n, so O(n) = O(n/2).