Skip to content

Add circular buffer#5

Open
Fyusel wants to merge 1 commit intotralamazza:masterfrom
Fyusel:master
Open

Add circular buffer#5
Fyusel wants to merge 1 commit intotralamazza:masterfrom
Fyusel:master

Conversation

@Fyusel
Copy link

@Fyusel Fyusel commented Apr 23, 2020

The circular buffer provides two behaviors in case the buffer is running full:

  • discard: new data won't be written to the buffer
  • overwrite: oldest data will be overwritten

Some unit tests were added to test those two behaviors.

Signed-off-by: Alexander Dahmen alexander.dahmen@inovex.de

Build instructions can be found in the README.md

The circular buffer provides two behaviors in case the buffer is running full:
 - discard: new data won't be written to the buffer
 - overwrite: oldest data will be overwritten

Some unit tests were added to test those two behaviors.

Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant