Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Next edition of AoMP?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Maurice Herlihy  
View profile  
 More options Jul 10 2010, 9:51 am
From: Maurice Herlihy <maurice.herl...@gmail.com>
Date: Sat, 10 Jul 2010 09:51:41 -0400
Local: Sat, Jul 10 2010 9:51 am
Subject: Next edition of AoMP?
What new topics would you like to see covered in the next edition?

  Maurice

--
Maurice Herlihy
Professor
Computer Science
Brown University


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ben Manes  
View profile  
 More options Jul 14 2010, 5:05 pm
From: Ben Manes <ben_ma...@yahoo.com>
Date: Wed, 14 Jul 2010 14:05:25 -0700 (PDT)
Local: Wed, Jul 14 2010 5:05 pm
Subject: Re: Next edition of AoMP?

I found that applying amortized cost analysis to locking to be a very elegant
approach towards making an LRU cache concurrent (see ConcurrentLinkedHashMap).
This allowed avoiding the lock contention of reordering the recency dequeue
immediately to instead amortizing the penalty of being the thread chosen to
apply the batched work. I'm now exploring further ideas based on that structure,
such as sharding into multiple recency queues and recombining them via merge
sort back into a strict LRU order. I suspect that the technique could be applied
to other scenarios, but I haven't seen any existing literature leveraging it.

________________________________
From: Maurice Herlihy <maurice.herl...@gmail.com>
To: art-of-multiprocessor-programming@googlegroups.com
Sent: Sat, July 10, 2010 6:51:41 AM
Subject: Next edition of AoMP?

What new topics would you like to see covered in the next edition?

  Maurice

--
Maurice Herlihy
Professor
Computer Science
Brown University

--
You received this message because you are subscribed to the Google Groups "Art
of Multiprocessor Programming" group.
To post to this group, send email to
art-of-multiprocessor-programming@googlegroups.com.
To unsubscribe from this group, send email to
art-of-multiprocessor-programming+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/art-of-multiprocessor-programming?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »