
* Use clear() instead of resize(0) for temp vectors Nicer style * rcVectorBase::resize: Avoid realloc on grow When capacity is sufficient, do not realloc the whole buffer * rcVector: Grow exponentially on resize
* Use clear() instead of resize(0) for temp vectors Nicer style * rcVectorBase::resize: Avoid realloc on grow When capacity is sufficient, do not realloc the whole buffer * rcVector: Grow exponentially on resize