On Sun, 2005-06-05 at 20:15, David Cournapeau wrote:
Good answer. I've often wondered why anyone would use vectors.
Because you don't need to worry about their deletion ? Granted that for
pure audio processing programming, it is not really useful, and a bit
dangerous.
I always though myself that vector are slower than C array if use right,
some other people more knowledgable than me tell me the contrary, but I
havn't see any code or real case that prove it.
They are definitely slower. I'm just very careful with allocated
arrays.
Jan