From 91749d81f505c5d845a5cd4689e9c3244a48c693 Mon Sep 17 00:00:00 2001 From: Alex Medvednikov Date: Thu, 25 Apr 2019 11:38:47 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5bca11e0d8..da602c8d6c 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,17 @@ https://vlang.io Documentation: https://vlang.io/docs -Twitter: https://twitter.com/vlang_io +Twitter: https://twitter.com/v_language   ## Fast compilation -V compiles 1.5 million lines of code per second per CPU core +V compiles 1.5 million lines of code per second per CPU core. + +Such speed is achieved by direct machine code generation. + ``` -cd doom3/ wc -l doom3.v # 458 713 time v doom3.v # 0.5s ``` @@ -43,7 +45,7 @@ s << 'V is ' s << 'awesome' println(s.len) ``` -Read about translating Doom & Doom 3, LevelDB, SQLite (coming in March). +Read about translating Doom & Doom 3, LevelDB, SQLite (coming in April). ## 400 KB compiler with zero dependencies The entire V language and its standard library is less than 400 KB. You can build V in 0.3 seconds.