From 9f00c7975a6314ed4ac2f1ad685894aac2eb8741 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 9 May 2015 14:55:30 +0300 Subject: [PATCH] Remove "10x faster than CPython" statement. --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 802a0c3..7fe869c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -10,7 +10,7 @@ **How fast is micropython?** -> Check out the **[[Performance]]** wiki page. Generally speaking, it can run up to 10x **(? is this right ? )** faster than CPython and use far less memory. +> Check out the **[[Performance]]** wiki page for some samples. **How many platforms are supported by micropython**