Skip to content

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.

Notifications You must be signed in to change notification settings

noahcroit/RingBuffer_and_DataFraming_C

Repository files navigation

RingBuffer_and_DataFraming_C

My implementation of circular (ring) data buffer in C, using memcpy() to en-queue & de-queue function for a large data array in one function call. My purpose is to use this implementation on a Digital Signal Processing (DSP) works in an embedded system as the "signal buffer" module.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages