/tiny-queue

Arduino / Particle library for TinyQueue

Primary LanguageC++OtherNOASSERTION

About

This is a "tiny" (RAM-efficient, standard library) queue data structure.

It can track the number of items contained, the sum, maximum, or mean of those times. enqueue() and dequeue() are included.

It is templated to store arbitrary scalar types.