AlexSm dab291146f Library import 5, delete go dependencies (#832) | 10 months ago | |
---|---|---|
.. | ||
include | 10 months ago | |
CMakeLists.darwin-arm64.txt | 1 year ago | |
CMakeLists.darwin-x86_64.txt | 1 year ago | |
CMakeLists.linux-aarch64.txt | 1 year ago | |
CMakeLists.linux-x86_64.txt | 1 year ago | |
CMakeLists.txt | 11 months ago | |
CMakeLists.windows-x86_64.txt | 1 year ago | |
README.md | 2 years ago | |
ya.make | 11 months ago |
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.