Stop waiting for the other guy to do it. Login and vote now.
By bloid
via bartoszmilewski.wordpress.com
Submitted: Jul 25 2008 / 02:36
I’ve been working recently on improving the performance of locking in D (the D programming language). At this moment the synchronized statement in D simply uses the underlying OS facilities–CriticalSection on Windows and pthread mutex on Linux. This incurs a substantial performance hit for multithreaded programming.
SaveShareSend
Tags: other languages
Add your comment