Hacker News new | ask | show | jobs
by wbl 3363 days ago
Why are two threads trying to get the same lock very often? This seems like a design flaw: you want threads to mostly be uncontended, with lots of time spent outside locks.
1 comments

absolutely, I totally agree.