]> git.saurik.com Git - redis.git/blobdiff - README
some test colorization and some fix
[redis.git] / README
diff --git a/README b/README
index e3f3a354ab1cee1e2929fc1846b5d8811f65a2ed..9ea1456f7bdb4a67d2e5634b6895e8cf0d2f0edb 100644 (file)
--- a/README
+++ b/README
@@ -30,9 +30,11 @@ After you build Redis is a good idea to test it, using:
 Buliding using tcmalloc
 -----------------------
 
-tcmalloc is a fast and space efficient implementation of malloc(). Compiling
-Redis with it can improve performances and memeory usage. You can read
-more about it here: http://goog-perftools.sourceforge.net/doc/tcmalloc.html
+tcmalloc is a fast and space efficient implementation (for little objects)
+of malloc(). Compiling Redis with it can improve performances and memeory
+usage. You can read more about it here:
+
+http://goog-perftools.sourceforge.net/doc/tcmalloc.html
 
 In order to compile Redis with tcmalloc support install tcmalloc on your system
 and then use: