35 lines
624 B
HTML
35 lines
624 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>fast.vlang.io</title>
|
||
|
<style>
|
||
|
*, body {
|
||
|
font-family: Menlo,Monospace,'Courier New';
|
||
|
}
|
||
|
table, td {
|
||
|
border-collapse: collapse;
|
||
|
border: 1px solid #dfdfdf;
|
||
|
}
|
||
|
td {
|
||
|
padding: 5px;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h2>Is V still fast?</h2>
|
||
|
|
||
|
Monitoring the speed of the compilation for each commit. <br><br>
|
||
|
|
||
|
Running on a $3.5/mo micro instance. <br><br>
|
||
|
Source code: <a href='#'>fast.v</a> <br><br>
|
||
|
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td></td>
|
||
|
<td></td>
|
||
|
<td style='width:400px'>Commit message</td>
|
||
|
<td style='width:130px'>v -o v.c</td>
|
||
|
<td style='width:130px'>v -o v</td>
|
||
|
<td style='width:130px'>v -o v -fast</td>
|
||
|
</tr>
|
||
|
|