mirror of
https://github.com/vlang/v.git
synced 2025-09-23 12:28:29 -04:00
Updated The V language now compiles itself in 0.09 seconds (markdown)
parent
a5dc900f04
commit
d53ad05e82
@ -4,6 +4,7 @@ V now compiles itself in a stunning 0.09 seconds:
|
|||||||
```bash
|
```bash
|
||||||
wget https://github.com/vlang/v/releases/download/0.1.21/v_linux.zip
|
wget https://github.com/vlang/v/releases/download/0.1.21/v_linux.zip
|
||||||
unzip v_linux.zip && cd v
|
unzip v_linux.zip && cd v
|
||||||
|
./v -o ./v2 v.v # warm up
|
||||||
time ./v -o ./v2 v.v
|
time ./v -o ./v2 v.v
|
||||||
0.06s user 0.03s system 97% cpu 0.094 total
|
0.06s user 0.03s system 97% cpu 0.094 total
|
||||||
./v2 -o v3 v.v # make sure that V can still build itself
|
./v2 -o v3 v.v # make sure that V can still build itself
|
||||||
|
Loading…
x
Reference in New Issue
Block a user