mirror of
https://github.com/vlang/v.git
synced 2025-09-11 16:36:20 -04:00
bench: update readme headings (#19704)
This commit is contained in:
parent
690ec7d3a5
commit
00bf5c4a16
@ -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…
x
Reference in New Issue
Block a user