X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/0a802bd7a0aff807145470ed43cf84a435e2a615..c2a7dd85ae007f157da3a5bedf1392a23fc38bc4:/README diff --git a/README b/README index e3f3a354..9ea1456f 100644 --- 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: