Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Circular Buffer

metalmickey
Beginner
359 Views
Hi
I need to write a circular buffer and wondered if there was something in the PPP library to help?
I am writing a DVD burning library and need two threads to read from and write to the buffer in a thread safe way.
Best regards
Chris
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
359 Views
Hi,
I'm not sure your question is IPP related. IPP provides set of highly optimized algorithms, like DCT, FFT, Filters and so on. I don't think we need to implement something like "thread safe read from buffer operation" in such a library.
BTW, you can use ippsCopy functions to do fast copying of memory blocks.
Regards,
Vladimir
0 Kudos
Reply