My implementation of circular (ring) data buffer in C, using memcpy() to increase the speed of en-queue & de-queue function for a large data.
-
Updated
Mar 23, 2018 - C
My implementation of circular (ring) data buffer in C, using memcpy() to increase the speed of en-queue & de-queue function for a large data.
Add a description, image, and links to the data-framing topic page so that developers can more easily learn about it.
To associate your repository with the data-framing topic, visit your repo's landing page and select "manage topics."