
11 Feb
2008
11 Feb
'08
2:32 p.m.
On Feb 10, 2008, at 1:39 PM, Phil Endecott wrote:
Something that you might find interesting is that I modified the chopstick as follows:
struct Chopstick { Chopstick() : random_next_(1) {} Mutex mut_; unsigned random_next_; char padding[8000]; <<<============ };
This made a dramatic change in here too, dropping fastest (retry/ yield) times from around 11s to around 6.5s. -Howard