mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
bench: update readme headings (#19704)
This commit is contained in:
parent
690ec7d3a5
commit
00bf5c4a16
1 changed files with 5 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
||||||
Running the C# program:
|
# Comparing C# and V Boids Algorithm Implementations
|
||||||
====================================
|
|
||||||
|
## Running the C# program:
|
||||||
|
|
||||||
```
|
```
|
||||||
dotnet run
|
dotnet run
|
||||||
|
@ -16,8 +17,7 @@ The generated executable will be in
|
||||||
Its size is ~64MB . After stripping, the executable shrinks to just 11MB,
|
Its size is ~64MB . After stripping, the executable shrinks to just 11MB,
|
||||||
but unfortunately it also stops running after stripping :-| .
|
but unfortunately it also stops running after stripping :-| .
|
||||||
|
|
||||||
Compiling and running the V program:
|
## Compiling and running the V program:
|
||||||
====================================
|
|
||||||
|
|
||||||
```
|
```
|
||||||
v crun vectors.v
|
v crun vectors.v
|
||||||
|
@ -40,8 +40,7 @@ once at the start, and then the executable will be just reused by the
|
||||||
subsequent commands with identical options. It will also ensure that
|
subsequent commands with identical options. It will also ensure that
|
||||||
the compiled executable will not be removed, unlike `run` .
|
the compiled executable will not be removed, unlike `run` .
|
||||||
|
|
||||||
Some measurements and comparisons
|
## Some measurements and comparisons
|
||||||
====================================
|
|
||||||
|
|
||||||
Note: the following was done on Intel(R) Core(TM) i3-3225, 16GB RAM:
|
Note: the following was done on Intel(R) Core(TM) i3-3225, 16GB RAM:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue