LionArray

Lean dynamic Array, Queue and Stack for embedded C++.

Author
leva
Website
https://github.com/blah188/LionArray
Category
Data Storage
License
NOASSERTION
Library Type
Contributed
Architectures
Any

Minimal, allocation-frugal Array<T>/Queue<T>/Stack<T> for microcontrollers. Designed for trivially-copyable element types (primitives, PODs, raw pointers) — enforced at compile time. Non-copyable, header-only, no dependencies. Note: pointer elements are stored non-owning (the container never deletes pointees), and the non-const operator[] grows the array on out-of-range write by design.

Downloads

Filename Release Date File Size
LionArray-1.0.2.zip 2026-06-29 10.91 KiB
LionArray-1.0.1.zip 2026-06-29 10.71 KiB
LionArray-1.0.0.zip 2026-06-28 10.42 KiB