$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Accelerating algorithms with SIMD - Segmented iterators and alternatives
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2010-10-14 14:52:15
On 13/10/10 21:19, David Abrahams wrote:
> where's that list of algorithms again? sort, transform, merge,
> binary_search ...
There is no problem implementing transform, binary_search, or even sort
if you assumed it worked with forward iterators.
And I still very much doubt you can have a correct behaviour of
std::merge for segmented iterators in the face or recursively segmented
iterators.