Re: [boost] sequence_array contribution

2003-06-05 Thread Maarten Hilferink
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

Re: [boost] sequence_array contribution

2003-06-05 Thread Maarten Hilferink
- 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

Re: [boost] sequence_array contribution

2003-05-28 Thread Toon Knapen
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

[boost] sequence_array contribution

2003-05-22 Thread Maarten Hilferink
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