Re: MusicEventIterator questions
Re: MusicEventIterator questions
- Subject: Re: MusicEventIterator questions
- From: Paul Davis <email@hidden>
- Date: Mon, 18 Mar 2013 21:20:37 -0400
On Mon, Mar 18, 2013 at 7:26 PM, Aran Mulholland
<email@hidden> wrote:
I'd like it to be ordered and have some sort of indexing structure so that I could jump to specified time regions.
i see no way you can possibly construct such a thing without locks.
that is beyond even the research work that i'm familiar with in the area of lock free data structures. the best you could possibly come up with is a wait-free RCU-style structure, but this is far from trivial and may not actually have the runtime performance characteristics that you're looking for.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden