vlang / v

Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
MIT License
35.68k stars 2.16k forks source link

Consistency issue on website: size of a web-server build? #18383

Open AntonioNoack opened 1 year ago

AntonioNoack commented 1 year ago

Describe the issue

Hi, while reading more about V, I found an inconsistency on your website:

https://vlang.io/ : "a simple web server is only about 250 KB" https://vlang.io/compare#go : "a simple web server written in V is ~600 KB vs ~7 MB in Go"

Links

https://vlang.io/ https://vlang.io/compare#go

AntonioNoack commented 1 year ago

Also it would be great if there was a comparison stat for Rust and C++ in "Rust's compilation speed is slow, on par with C++. V compiles 1.2 million lines of code per cpu per second.". Maybe trying to compile popular libraries. This would help in understanding how much faster V really is.