Update README.md

pull/658/head
Alex Medvednikov 2019-06-26 15:23:59 +02:00 committed by GitHub
parent 302645cba0
commit 3e8d902a13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ GitHub marks V's code as written in Go. It's actually written in V, GitHub doesn
The compilation is temporarily slower for this release:
- Debug builds are used (use `v -prod -o v` to get faster compilation).
- vlib is recompiled with every program you build.
- The new formatter runs on every single token and slows the compiler down by ~20%. This will be taken care of.
- There are a lot of known issues that are quick to fix (like function lookups being O(n)).