utils-lists 4.0.0
µOS++ C++ intrusive lists utilities
Loading...
Searching...
No Matches
µOS++ C++ intrusive lists

GitHub package.json version GitHub tag (latest by date) npm (scoped) license

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.

xpm install @micro-os-plus/utils-lists@latest --verbose