On spinlocks and sleep() - How removing a call to sleep made WebKit 3.7x faster
1–2 of 2 posts
Re: On spinlocks and sleep() - How removing a call to sleep made WebKit 3.7x faster
#2I call "Yield()" on my spinlocks. My operating system is special because it can change tasks in half a microsocond. Also, I'm not targeting server usage with tons of tasks.