Currently copy_if does a full scan into a temporary array of size O(N).
Specializing an implementation of copy_if can reduce the temporary array size
to O(P) and substantially reduce the total computational cost.
Original issue reported on code.google.com by wnbell on 30 Aug 2010 at 10:09
Original issue reported on code.google.com by
wnbell
on 30 Aug 2010 at 10:09