Mechanical Sympathy
Hardware and software working together in harmony
Showing posts with label
Locks
.
Show all posts
Showing posts with label
Locks
.
Show all posts
Monday, 26 August 2013
Lock-Based vs Lock-Free Concurrent Algorithms
›
Last week I attended a review session of the new JSR166 StampedLock run by Heinz Kabutz at the excellent JCrete unconference. StampedLo...
50 comments:
Tuesday, 22 November 2011
Biased Locking, OSR, and Benchmarking Fun
›
After my last post on Java Lock Implementations , I got a lot of good feedback about my results and micro-benchmark design approach. As a ...
12 comments:
Saturday, 19 November 2011
Java Lock Implementations
›
We all use 3rd party libraries as a normal part of development. Generally, we have no control over their internals. The libraries provide...
5 comments:
Saturday, 5 November 2011
Locks & Condition Variables - Latency Impact
›
In a previous article on Inter-Thread Latency I showed how it is possible to signal a state change between 2 threads with less than 50ns of...
›
Home
View web version