From a9fa3b63fe13a1de4c331733bd4f987b1dd7a5f7 Mon Sep 17 00:00:00 2001 From: "Sascha L. Teichmann" Date: Sun, 5 Jun 2016 15:35:31 +0200 Subject: [PATCH] Mentioned 15% performance boost from Go1.7beta. --- COMPILE.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/COMPILE.md b/COMPILE.md index d4c1c22..ca10e74 100644 --- a/COMPILE.md +++ b/COMPILE.md @@ -39,3 +39,11 @@ A quick and dirty way to produce the binaries of `mtdbconverter`, $ ls $GOPATH/bin mtdbconverter mtredisalize mtseeder mtwebmapper + +Using [Go1.7beta](https://golang.org/dl/#go1.7beta1) improves the performance +of MTSatellite up to 15% on AMD64 machines. To use this experimental/unstable +compiler toolchain replace the `wget` command mentioned above with: + + $ wget https://storage.googleapis.com/golang/go1.7beta1.linux-amd64.tar.gz + + $ echo "a55e718935e2be1d5b920ed262fd06885d2d7fc4eab7722aa02c205d80532e3b go1.7beta1.linux-amd64.tar.gz" | sha256sum -c -