Is V still fast?
Monitoring compilation speed for each commit. 
Running on a free tier AWS t2.micro instance (1 vCPU). Typical desktop hardware is 2-3 times faster. 
Source code: fast.v 
	
		| timestamp | 
		commit | 
		commit message | 
		v -o v.c | 
		v -o v | 
		v -native 1mil.v | 
		v hello.v | 
		v.c size | 
		parse | 
		check | 
		cgen | 
		scan |