From 393889afa288292126cbcfb3eda768e0dceefd49 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 7 Oct 2020 18:18:35 +0200 Subject: [PATCH] readme: minor clarification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 671461bb7a..fe5367c171 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ - Simplicity: the language can be learned in less than an hour - Fast compilation: ≈80k loc/s with a Clang backend, ≈1 million loc/s with x64 and tcc backends *(Intel i5-7500, SSD, no optimization)* - Easy to develop: V compiles itself in less than a second -- Performance: within 3% of C +- Performance: as fast as C (V's main backend compiles to human readable C) - Safety: no null, no globals, no undefined behavior, immutability by default - C to V translation - Hot code reloading