|
|
|
|
|
by amedvednikov
1456 days ago
|
|
But it is true. V doesn't add any overhead. You can verify with `v -o file.c file.v`. As long as you use the same data structures and algos, you'll get the same perf. There's stuff like bounds checking, but it can be disabled, and it adds like 5%. |
|