On Mon, Dec 27, 2010 at 06:09:49AM +1100, cal wrote:
> Does anyone have any experience with speed of traversal through a
> boost multi index container? I'm pondering their use to manage notes
> currently in play, eg indexed by midi channel ordered by midi event
> time/frame stamp.

traversal should be quite quick.
you need to be careful that it doesnt silently call malloc
when you insert stuff into it.

i would normally advise against using it.

> 
> cheers, Cal
> 
> _______________________________________________
> Linux-audio-dev mailing list
> Linux-audio-dev@lists.linuxaudio.org
> http://lists.linuxaudio.org/listinfo/linux-audio-dev

-- 
torben Hohn
_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev

Reply via email to