DSTM C vs Locks C
I just created a test which Increments and Decrements a shared counter 2 million times each using a single global lock. As expected, and due to the simplicity of this example it performed much better. With only 0:01 seconds and an RSS of 1240.
DSTM should however should a significant performance advantage for more complicated scenarios.
DSTM should however should a significant performance advantage for more complicated scenarios.
0 Comments:
Post a Comment
<< Home