"Parallel execution of STL algorithms in c++17 and beyond" - Ervin Bosenbacher
(abstract TBA)
"Merging big with small" - Denis Yaroshevskiy
std::merge is designed to work well for the case when two input ranges have roughly the same size. This talk presents a merge algorithm that will also perform well when the first range is much bigger.