📰00boost::container::hub ACCEPTED into BoostReddit r/cpp·u/igaztanaga·about 1 month ago#Egf9O4up#boost#container#lists#joaquintides#article#discussion+1 more🧰Tag tools✨Add tagReading 0:0015s thresholdBookmarkHi to all, I'm glad to announce that the proposed boost::container::hub container has been ACCEPTED. Congrats u/joaquintides ! More details here: https://lists.boost.org/archives/list/boost@lists.boost.org/thread/7WZ7QTPE2YDYD5OYCKXKKV2N74JHJRZL/ Reminder: hub is a sequence container with O(1) insertion and erasure and element stability with great performance (see these benchmarks): pointers/iterators to an element remain valid as long as the element is not erased. hub is very similar but not entirely equivalent to C++26 std::hive (hence the different naming, consult the section "Comparison with std::hive" for details). 0Read later0Read More