utils-lists 4.0.0
µOS++ C++ intrusive lists utilities
|
The utils-lists project provides the source code for a library that implements the µOS++ C++ intrusive double linked lists. These are special lists that avoid dynamic memory allocations by storing the links inside the list elements. This is particularly useful in embedded systems.
The open-source project is hosted on GitHub as micro-os-plus/utils-lists-xpack, and can be integrated as an xpm/npm dependency.