and usage.
Maarten.
- Original Message -
From: "Maarten Hilferink" <[EMAIL PROTECTED]>
To: "Toon Knapen" <[EMAIL PROTECTED]>; "Boost mailing list"
<[EMAIL PROTECTED]>
Sent: Thursday, June 05, 2003 11:14 AM
Subject: Re: [boost] sequen
- Original Message -
From: "Toon Knapen" <[EMAIL PROTECTED]>
To: "Boost mailing list" <[EMAIL PROTECTED]>; "Maarten Hilferink"
<[EMAIL PROTECTED]>
Sent: Wednesday, May 28, 2003 12:59 PM
Subject: Re: [boost] sequence_array contribution
On Thursday 22 May 2003 12:51, Maarten Hilferink wrote:
> template struct sequence_array;
> which has an interface that is almost compatible with
> std::vector >;
> but faster.
and more compact I presume. AFAICT the drawback will
be that the sequece is not as dynamic anymore as a
vector-of-vector
Dear Boosters,
(questions regarding contributing to boost at the end of this mail)
I have made a:
template struct sequence_array;
which has an interface that is almost compatible with
std::vector >;
but faster.
Rationale:
I often worked with vectors of sequences, two examples:
1. typedef s