Movid icon indicating copy to clipboard operation
Movid copied to clipboard

Zero copy method between module

Open tito opened this issue 14 years ago • 0 comments

I've read paper about pulseaudio that implement zero copy data transfer: instead of transfering data between thread, they are transfering pointer to them. So we could be able to do that if we have a good memory management. (IE don't use directly malloc/new, but use a lib that preallocate block.)

tito avatar Jul 07 '11 08:07 tito