Remy Maucherat wrote:
Peter Rossbach wrote:
Cool catch => Use simple data structure, with fine performance impact. :-)

Believe it or not, but it's just a little bit faster than the stack (which has the same behavior, except with syncs).
you can only tell true performance improvement on machines with more than one CPU, say 4/8/32 CPU machines, sync vs using thread safe non sync the difference can be huge.

Filip

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to