Florian Klaempfl pisze: > An if is unimportant, more important is the number of locked operations, > especially on multi core systems they might eat hundreds of clock cycles. > There are atomic operations, the should not eat much more than ordinal INC or ADD, and second CAS is invoked only one time per fSize iteriations. Darek > __