
14 Apr
2004
14 Apr
'04
8:40 p.m.
"Neal D. Becker" <ndbecker2@verizon.net> writes:
I got benchmarks about 1/2 speed of hand-written implementation for all versions of the cycle_iterator until I added operator[].
You mean you were testing the speed of your iterator's operator[]? That's not a very important test. operator[] is one of the least-used iterator operations. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com