Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mamuesp-libs/ringbuffer

A basic ring buffer library with wrapping and overwrite existing values to calculate the average of a amount of values in the buffer during the last buffer filling period.
https://github.com/mamuesp-libs/ringbuffer

Last synced: about 2 months ago
JSON representation

A basic ring buffer library with wrapping and overwrite existing values to calculate the average of a amount of values in the buffer during the last buffer filling period.

Awesome Lists containing this project

README

        

# A basic ring buffer library for use with Mongoose OS

## Overview

This library provides a ringbuffer with wrapping and overwrite existing values to calculate the average of a amount of values in the past time.