Intrusive containers and algorithms
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.
... More
version | 1.78.0 |
---|---|
license | BSL-1.0Boost Software License 1.0 |
repository | https://pkg.cppget.org/1/legacy |
download | libboost-intrusive-1.78.0.tar.gz |
sha256 | 8a8c452058e41d429ccbeadc6a6fe18b595943899441c79baeac81822a41f68e |
project | boost |
---|---|
url | github.com/boostorg/intrusive |
doc-url | www.boost.org/doc/libs/1_78_0/libs/intrusive |
package-url | github.com/build2-packaging/boost |
boost-users@lists.boost.orgMailing list | |
package-email | packaging@build2.orgMailing list |
topics | C++Boost |
Depends (6)
libboost-assert == 1.78.0 | |
libboost-config == 1.78.0 | |
libboost-container-hash == 1.78.0 | |
libboost-core == 1.78.0 | |
libboost-move == 1.78.0 | |
libboost-static-assert == 1.78.0 |
Reviews
fail | 0 |
---|---|
pass | 1 |