Opens profile photo
Follow
The V Programming Language
@v_language
Simple, fast, safe, compiled language for developing maintainable software.
vlang.ioJoined February 2019

The V Programming Language’s Tweets

Topics to follow

Sign up to get Tweets about the Topics you follow in your Home timeline.

Carousel

Image
V's code generation is now parallel (running on all CPU cores). This results in a faster compiler. For example, building V itself with `v self` is now about 20% faster. The parser will be parallelized as well.
6
13
120
Image
V's built-in web framework used to be single threaded, which was unacceptable. It's now multithreaded, all CPU cores are used. The performance is of course much better now, we'll be publishing the benchmarks soon.
7
23
183