Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://micro-os-plus.github.io/utils-lists-xpack/
A source code library with the µOS++ C++ intrusive lists
https://micro-os-plus.github.io/utils-lists-xpack/
cpp intrusive lists xpack
Last synced: 2 months ago
JSON representation
A source code library with the µOS++ C++ intrusive lists
- Host: GitHub
- URL: https://micro-os-plus.github.io/utils-lists-xpack/
- Owner: micro-os-plus
- License: mit
- Created: 2021-01-10T20:35:24.000Z (about 4 years ago)
- Default Branch: xpack
- Last Pushed: 2023-12-26T10:03:45.000Z (about 1 year ago)
- Last Synced: 2024-05-21T11:24:03.359Z (8 months ago)
- Topics: cpp, intrusive, lists, xpack
- Language: C++
- Homepage: https://micro-os-plus.github.io/utils-lists-xpack/
- Size: 1.18 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![GitHub package.json version](https://img.shields.io/github/package-json/v/micro-os-plus/utils-lists-xpack)](https://github.com/micro-os-plus/utils-lists-xpack/blob/xpack/package.json)
[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/micro-os-plus/utils-lists-xpack)](https://github.com/micro-os-plus/utils-lists-xpack/tags/)
[![npm (scoped)](https://img.shields.io/npm/v/@micro-os-plus/utils-lists.svg?color=blue)](https://www.npmjs.com/package/@micro-os-plus/utils-lists/)
[![license](https://img.shields.io/github/license/micro-os-plus/utils-lists-xpack)](https://github.com/micro-os-plus/utils-lists-xpack/blob/xpack/LICENSE)
[![CI on Push](https://github.com/micro-os-plus/utils-lists-xpack/actions/workflows/ci.yml/badge.svg)](https://github.com/micro-os-plus/utils-lists-xpack/actions/workflows/ci.yml)
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fmicro-os-plus.github.io%2Futils-lists-xpack%2F)](https://micro-os-plus.github.io/utils-lists-xpack/)# A source code library with the µOS++ C++ intrusive lists
## Overview
This 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.## [Project documentation](https://micro-os-plus.github.io/utils-lists-xpack/)
For information on how to install and use this library, please refer to the
[project documentation](https://micro-os-plus.github.io/utils-lists-xpack/) web site.## License
Unless otherwise stated, the content is released under the terms of the
[MIT License](https://opensource.org/licenses/mit/),
with all rights reserved to
[Liviu Ionescu](https://github.com/ilg-ul).