summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-11-16 20:15:35 +0000
committerAlan Conway <aconway@apache.org>2007-11-16 20:15:35 +0000
commit1d2c8c9667095e631bb2e9664845869174f10085 (patch)
tree2f368e63a729e3bc5e6b557cd686f4e8fc2c0198 /qpid/cpp/src
parentc3fff86dc51cae6bd40bb741f339584a386e9dcd (diff)
downloadqpid-python-1d2c8c9667095e631bb2e9664845869174f10085.tar.gz
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%. . git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@595807 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index 751c9021a1..42b1b12ee1 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/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 \