| 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <meta charset="UTF-8"> |
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 6 | <title>Is V still fast?</title> |
| 7 | <link rel="icon" type="image/x-icon" sizes="32x32" href="favicon_32x32.ico"> |
| 8 | <link rel="icon" type="image/x-icon" sizes="16x16" href="favicon_16x16.ico"> |
| 9 | <link rel="icon" type="image/x-icon" href="favicon.ico"> |
| 10 | <link href="style.css" rel="stylesheet"> |
| 11 | </head> |
| 12 | <body> |
| 13 | <h2><a href='/'>Is V still fast?</a></h2> |
| 14 | |
| 15 | Monitoring compilation speed for each commit. <br><br> |
| 16 | Running on a free tier AWS t2.micro instance (1 vCPU). Typical desktop hardware is 2-3 times faster. <br><br> |
| 17 | Source code: <a target=blank href='https://github.com/vlang/v/blob/master/cmd/tools/fast/fast.v'>fast.v</a> <br><br> |
| 18 | Older stats: <a href="2024.html">2024</a>, <a href="2023.html">2023</a>, <a href="2022.html">2022</a>, <a href="2021.html">2021</a>, <a href="2020.html">2020</a><br><br> |
| 19 | <table> |
| 20 | <tr> |
| 21 | <th style='width:180px'> Timestamp </th> |
| 22 | <th style='width:85px'>Commit</th> |
| 23 | <th class='cmessage'>Commit Message</td> |
| 24 | <th style='width:120px;white-space: nowrap'>v -o v.c</th> |
| 25 | <th style='width:120px;white-space: nowrap'>v -o v</th> |
| 26 | <th style='width:130px'>v -native 1mil.v</th> |
| 27 | <th style='width:120px;white-space: nowrap'>v hello.v</th> |
| 28 | <th style='width:85px;white-space: nowrap'>v.c size</th> |
| 29 | <th style='width:55px;white-space: nowrap'>parse</th> |
| 30 | <th style='width:55px'>check</th> |
| 31 | <th style='width:55px'>cgen</th> |
| 32 | <th style='width:55px'>scan</th> |
| 33 | <th style='width:80px;white-space: nowrap'>V lines</th> |
| 34 | <th style='width:95px;white-space: nowrap'>V lines/s</th> |
| 35 | </tr> |
| 36 | |
| 37 | |