>Hmm. I've a machine that's calling select around 3000 times per second...
>For me, select is very nearly critical path code.
If select wastes 20 cyles every time it's called, and it's called 3000 times per second then 60000 cycles will be wasted. This is less than 0.1% CPU time on all recent CPUs.
Is wasting 0.1% of CPU time an issue?
Russell Coker