
10 Dec
2006
10 Dec
'06
3:49 a.m.
Ultimate condvar solution: http://groups.google.com/group/comp.programming.threads/browse_frm/thread/de... I created one of the fastest condvar implementation for windows out there. Beats Vistas stuff, and devastates pthread-win32. Everything is fast-pathed to the max. It has atomic operations free fast-pathing on all fronts.