From c31a7344ed65dc8201067b95f1a78d1c393e217b Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 16 Nov 2007 20:15:35 +0000 Subject: Added qpid::InlineVector - std::vector with inline storage to avoid heap allocation for small vectors. Made SequenceNumberSet : public InlineVector In 100k perftest reduces heap allocation in client by 40%, broker 9%. . git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@595807 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/src') diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 751c9021a1..42b1b12ee1 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -233,6 +233,8 @@ nobase_include_HEADERS = \ qpid/RefCounted.h \ qpid/SharedObject.h \ qpid/Url.h \ + qpid/InlineVector.h \ + qpid/InlineAllocator.h \ qpid/memory.h \ qpid/shared_ptr.h \ qpid/broker/Broker.h \ -- cgit v1.2.1