-

Neoclassical C++ (2): Exploring input-output segmented algorithms
From one segmented range to two In the first installment of this series we revisited Matt…
-

Neoclassical C++: segmented iterators revisited (1)
Introduction to segmented iterators The legendary STL library has been an inspiration in the development of…
-

Inside Boost.Container: comparing different deque implementations
Many C++ developers have used std::deque, and most assume all implementations are roughly equivalent. In practice,…