Re: stl skipping algorithms
- From: "Igor Tandetnik" <itandetnik@xxxxxxxx>
- Date: Thu, 1 Jun 2006 16:27:42 -0400
Super Giraffe <muzmail@xxxxxxxxx> wrote:
The reason I think that an STL skipping algorithm would be faster is
because another part of my code was improved by replacing an
element-wise copy with the std::copy algorithm.
std::copy performs element by element copy in a loop - you can look at
the source code and see for yourself. No black magic involved. If there
really was an improvement, it must have come from something else.
--
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925
.
- Follow-Ups:
- Re: stl skipping algorithms
- From: Tom Widmer [VC++ MVP]
- Re: stl skipping algorithms
- References:
- stl skipping algorithms
- From: Super Giraffe
- Re: stl skipping algorithms
- From: Igor Tandetnik
- Re: stl skipping algorithms
- From: Super Giraffe
- stl skipping algorithms
- Prev by Date: Re: stl skipping algorithms
- Next by Date: Re: stl skipping algorithms
- Previous by thread: Re: stl skipping algorithms
- Next by thread: Re: stl skipping algorithms
- Index(es):
Relevant Pages
|