You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2007/11/16 21:15:36 UTC

svn commit: r595807 - /incubator/qpid/trunk/qpid/cpp/src/Makefile.am

Author: aconway
Date: Fri Nov 16 12:15:35 2007
New Revision: 595807

URL: http://svn.apache.org/viewvc?rev=595807&view=rev
Log:

Added qpid::InlineVector - std::vector with inline storage to avoid
heap allocation for small vectors.

Made SequenceNumberSet : public InlineVector<SequenceNumber, 2>

In 100k perftest reduces heap allocation in client by  40%, broker 9%.