diff --git a/bench/vectors/README.md b/bench/vectors/README.md index 81cfc5fb87..ab33663b33 100644 --- a/bench/vectors/README.md +++ b/bench/vectors/README.md @@ -1,5 +1,6 @@ -Running the C# program: -==================================== +# Comparing C# and V Boids Algorithm Implementations + +## Running the C# program: ``` dotnet run @@ -16,8 +17,7 @@ The generated executable will be in Its size is ~64MB . After stripping, the executable shrinks to just 11MB, but unfortunately it also stops running after stripping :-| . -Compiling and running the V program: -==================================== +## Compiling and running the V program: ``` 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 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: