Crates.io | boost_intrusive |
lib.rs | boost_intrusive |
version | 0.1.0 |
created_at | 2025-08-29 20:50:38.698272+00 |
updated_at | 2025-08-29 20:50:38.698272+00 |
description | Boost C++ library boost_intrusive packaged using Zanbil |
homepage | |
repository | https://github.com/zanbilify/boost_intrusive |
max_upload_size | |
id | 1816886 |
size | 2,364,934 |
Boost.Intrusive, part of collection of the Boost C++ Libraries, is a library presenting intrusive containers to the world of C++. Intrusive containers are special containers that offer better performance and exception safety guarantees than non-intrusive containers (like STL containers). The performance benefits of intrusive containers makes them ideal as a building block to efficiently construct complex data structures like multi-index containers or to design high performance code like memory allocation algorithms.
While intrusive containers were and are widely used in C, they became more and more forgotten in C++ due to the presence of the standard containers which don't support intrusive techniques.Boost.Intrusive wants to push intrusive containers usage encapsulating the implementation in STL-like interfaces. Hence anyone familiar with standard containers can easily use Boost.Intrusive.
Distributed under the Boost Software License, Version 1.0.
Branch | Travis | Appveyor | Coverity Scan | codecov.io | Deps | Docs | Tests |
---|---|---|---|---|---|---|---|
master |
|||||||
develop |
Name | Purpose |
---|---|
doc |
documentation |
example |
examples |
include |
headers |
proj |
ide projects |
test |
unit tests |
[intrusive]
tag at the beginning of the subject line.