Search the web
Sign In
New User? Sign Up
liblf-dev · Lockfree data structure implementers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
  Newest  |  < Newer  |  Older >  |  Oldest
Topics   (List as Individual Messages) Messages Latest Post

Are there any open source libraries implementing software transactional memory in C? Is there a web site anywhere with a list of open source resources for ...
3 Jun 7, 2009
9:11 am

Stephen Sinclair
sinclairs828
Offline Send Email

Multicore Programming [6.05s] C. Leiserson, M. Herlihy, N. Shavit Multicores are bringing about a paradigm shift in programming. The course exposes students to...
1 Jun 5, 2009
7:03 pm

Maurice Herlihy
maurice.herlihy
Offline Send Email

I have an idea about lock-free queue without atomic , you can find source code at http://code.google.com/p/liblfqueue/downloads/list . Any body can send email...
5 Mar 31, 2009
6:05 pm

Chris Purcell
c_purcell_39
Offline Send Email

Hi, Can any of you advise a good test case that would demonstrate memory barriers are needed in a lock-free ring buffer ? I mean: a piece of code that would...
11 Nov 6, 2008
3:18 pm

Bjorn Roche
bejayoharen
Offline Send Email

Hello, This seemed like an appropriate place for this question. This is quite random, but I am emailing because I was wondering if I could get your opinion on...
4 Sep 29, 2008
7:48 pm

Chris Purcell
c_purcell_39
Offline Send Email

Hello Stephen, if this review you've got were right, there wouldn't exist lock-free algorithms, as the bases for lock-freedom are compare-and-swap and...
2 Sep 28, 2008
4:32 am

Stephen Sinclair
sinclairs828
Offline Send Email

Hey all, I've started a subversion repo here: http://liblf.xowave.com/. It is publicly readable, and I'm happy to give people write access to folks who want to...
6 Jul 3, 2008
1:34 pm

Bjorn Roche
bejayoharen
Offline Send Email

Hey all, I've been using Threading Building Blocks for the past year, and I'm very happy with it. Lately I have been researching wait-free algorithms, and...
1 Jun 9, 2008
3:30 am

aj.guillon
Offline Send Email

hi all, i have been releasing some c++ implementations of lock-free data structures under a boost-style license ... maybe some of this code is interesting for...
1 May 3, 2008
6:28 am

Tim Blechmann
tim_klingt_org
Offline Send Email

Dear Friends: Morgan Kaufmann has just released our book, ``The Art of Multiprocessor Programming'' ...
2 Mar 25, 2008
12:25 am

Chaz.
eprparadocs
Online Now Send Email

Hey all, I just wanted to update everyone on the latest developments in C++0x (hopefully that will be C++08!). Lawrence Crowl, one of the members of the...
1 Feb 22, 2008
5:47 pm

Bjorn Roche
bejayoharen
Offline Send Email

hi all, did someone on this list already have a look at securuslib (http://www.securuslib.com/)? best, tim -- tim@... http://tim.klingt.org The composer...
1 Feb 8, 2008
7:16 am

Tim Blechmann
tim_klingt_org
Offline Send Email

Hi people, While I was implementing multi-word CAS, I used memory pool for those operation descriptors (of DCSS/CCAS and MCAS). The memory reclamation ...
6 Jan 11, 2008
2:50 am

lxgurus
Offline Send Email

I'm probably not first or only person to notice this, but: Intel Software Dispatch have announced the availability of the ...
1 Jul 26, 2007
11:31 am

Aaron Oxford
freqy666
Offline Send Email

How many developers in this group understand that most lock-free algorithms are patented, or have patents pending? This group sounds like your all going to be...
4 Apr 13, 2007
2:45 am

Ross Bencina
ross_bencina
Offline Send Email

hi all, thomas grill and i were working on c++ implementations of two lockfree data structures, the scott&michael queue and michael's list-based set. they are...
6 Mar 31, 2007
12:44 pm

Chris Thomasson
vzoom
Offline Send Email

Hey gang, I'm reworking some of the code in my app, but it seems I'm already a bit rusty on this lock-free stuff -- or maybe it never really sank in. Anyway,...
1 Mar 24, 2007
6:02 pm

Bjorn Roche
bejayoharen
Offline Send Email

Hey all, I know I can't malloc data in the audio thread of my app (since it is unbounded in time), but can I call free? It would simplify my implementation if...
4 Mar 23, 2007
12:38 pm

Bjorn Roche
bejayoharen
Offline Send Email

Hey all, Just wondering if anyone has successfully used a back-off strategy to reduce contention with lock-free algorithms? If so, how did you do it? *...
1 Feb 26, 2007
5:48 am

Robert Shelton
ticti
Offline Send Email

Hello again, As promised, I offer two implementations of the subject queue. As suggested by my first post, each implementation is a singly-linked list. In...
2 Feb 20, 2007
5:48 am

eric_at_eagrant
Offline Send Email

I'm having trouble understanding these two statements from this paper: http://www.cs.utah.edu/~eeide/compilers/papers/pldi04-michael.pdf "This paper presents a...
4 Feb 9, 2007
4:13 pm

Chris Purcell
c_purcell_39
Offline Send Email

Hello, Is there an implementation of a multi-writer, multi-reader FIFO queue for 32-bit PowerPC multiprocessors with the following characteristics: (1) the...
16 Feb 8, 2007
11:02 pm

Chris Purcell
c_purcell_39
Offline Send Email

I had a look at Apple CAAtomicStack implemantation (part of the CoreAudio SDK) and visible here: ...
3 Jan 11, 2007
6:03 pm

James McCartney
james_e_mcca...
Offline Send Email

hi all, i've been in contact with the developers of orocos (Open Robot Control Software), who wrote a real-time toolkit, which provides hard-realtime capable...
4 Jan 5, 2007
12:31 am

peter.soetens
Offline Send Email

... Interestingly this page implies that lfence is never needed on current processors and that sfence is not always applicable: ...
1 Dec 22, 2006
3:12 am

Ross Bencina
ross_bencina
Offline Send Email

hi all, has anyone had a look at the orocos real-time toolkit? it provides several lockfree c++ data-structures (list, queue, ringbuffer, memory pool), which...
1 Dec 20, 2006
11:34 am

Tim Blechmann
themokabar
Offline Send Email

hi, i tested this on a couple of machines (4x Xeon, 16x Itanium, 4x Opteron) and it seems to work. tomorrow i'll try it with some more real-life test cases. ...
4 Nov 7, 2006
3:48 am

luky0711
Offline Send Email

Hi all, I've been profiling my code and found something pretty nasty. I'm not sure if I'm doing something wrong, but it seems that while my production thread...
8 Nov 6, 2006
9:38 am

Chris Purcell
c_purcell_39
Offline Send Email

Hi I'm new to this group & haven't read every message yet, but I'll share my thoughts about this. Plz note that I'll be debating about Windows, since I have no...
5 Nov 6, 2006
8:02 am

Duncan Sands
baldrick@...
Send Email

good morning, i just tested bjorn roche's ring-buffer-2 code (with mem-barriers) on the following machines: Red Hat Ent Linux AS 4.0 on a HP Integrity rx8620...
1 Nov 6, 2006
7:01 am

luky0711
Offline Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help