vote up 0 vote down star

The ConcurrentHashMap of JDK uses a lock-striping technique. It is a nice idea to minimize locking overhead. Are there any other libraries or tools that take advantage of it? For example, does database engine use it?

If the technique is not so much useful in other areas, what is the limitation of it?

flag

1 Answer

vote up 1 vote down check

Have a look at Non-blocking almost FIFO.

link|flag
nice link! thx for the good reading – Will May 5 at 18:11

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.