Tag Archives: libsev

Are small memory allocations in C++ STL containers still a concern?

While benchmarking a custom concurrent functor queue against standard library containers, I noticed something that I didn’t expect. The common concern about the standard containers, especially ones such as std::list,…