SimpleCollections

Other

An associative container used either as a list or btree without needing std lib, and a concurrent circular buffer. Works from AVR/Uno upwards to ESP32, mbed etc
An associative container that can act as either a straight list or btree without needing your compiler to support std lib. Ordered fast lookup, sorted on insert so optimised for read. A non-blocking concurrent circular buffer implementation that is thread safe. Works from Uno upwards to ESP32, mbed etc

Author: davetcc

Maintainer: https://www.thecoderscorner.com

Read the documentation

Compatibility

This library is compatible with the architecture.

Releases

To use this library, open the Library Manager in the Arduino IDE and install it from there.