summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorcsilvers <csilvers@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2007-04-19 00:53:22 +0000
committercsilvers <csilvers@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2007-04-19 00:53:22 +0000
commit6878379d5bab87c787cdd3487b5620a9c8adf376 (patch)
treea91105cdac99c5cf7deeec27af31a9a175727f38 /README
parent74ad5d57ec08abace386befc6c3c695d85f44d1a (diff)
downloadgperftools-6878379d5bab87c787cdd3487b5620a9c8adf376.tar.gz
Wed Apr 18 16:43:55 2007 Google Inc. <opensource@google.com>
* google-perftools: version 0.91 release * Brown-paper-bag bugfix: compilation error on some x86-64 machines git-svn-id: http://gperftools.googlecode.com/svn/trunk@30 6b5cf1ce-ec42-a296-1ba9-69fdba395a50
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
index c4471d4..2ebe350 100644
--- a/README
+++ b/README
@@ -115,6 +115,18 @@ successfully built and tested the core tcmalloc library
details.
+PERFORMANCE
+-----------
+
+If you're interested in some third-party comparisons of tcmalloc to
+other malloc libraries, here are a few web pages that have been
+brought to our attention. The first discusses the effect of using
+various malloc libraries on OpenLDAP. The second compares tcmalloc to
+win32's malloc.
+ http://www.highlandsun.com/hyc/malloc/
+ http://gaiacrtn.free.fr/articles/win32perftools.html
+
+
64-BIT ISSUES
-------------