Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The Benchmark was implemented in the following languages/platforms:
* C (gcc 4.2.1)
* C-wasm (emcc 1.37.36)
* JavaScript (TypeScript 2.8.1)
* Bride.NET (17.0.0)
* Bridge.NET (17.0.0)
* mono --interpreter (5.10.1)

[mono-wasm with AOT](https://github.com/lrz/mono-wasm) was also attempted, but the project seems not to developed in the open and resulted in either compilation or JIT errors when running.
Expand All @@ -28,22 +28,22 @@ The .NET Projects where build with `Release` configuration and the C Projects wi

Chrome 65

| | C | C.Wasm | DotNet.Console | DotNet.Wasm | JavaScript | Bridge.Net | Mono Interpreter |
| | C | C.Wasm | DotNet.Console | DotNet.Wasm | JavaScript | Bridge.NET | Mono Interpreter |
|-----------|--------:|--------:|----------------:|-------------:|------------:|------------:|------------------:|
| Generate | 61.00ms | 25.00ms | 66.92ms | 7,016.50ms | 213.40ms | 282.00ms | 1,577.14ms |
| Sort | 529.00ms | 847.00ms | 600.32ms | 26,806.00ms | 898.50ms | 1,002.00ms | 5,510.68ms |
| Calculate | 10.68ms | 13.00ms | 15.31ms | 1,405.40ms | 18.20ms | 22.00ms | 274.37ms |
| | 600.68ms | 885.00ms | 682.55ms | 35,227.90ms | 1,130.10ms | 1,306.00ms | 7,362.19ms |
| **Total** | 600.68ms | 885.00ms | 682.55ms | 35,227.90ms | 1,130.10ms | 1,306.00ms | 7,362.19ms |

![Benchmark Chart](images/benchmark-20180503-5mil-Chrome.png "Benchmark Chart")

Firefox 60

| | C | C.Wasm | DotNet.Console | DotNet.Wasm | JavaScript | Bridge.Net | Mono Interpreter |
| | C | C.Wasm | DotNet.Console | DotNet.Wasm | JavaScript | Bridge.NET | Mono Interpreter |
|-----------|--------:|--------:|----------------:|-------------:|------------:|------------:|------------------:|
| Generate | 61.00ms | 57.00ms | 66.92ms | 4,413.00ms | 143.00ms | 785.00ms | 1,577.14ms |
| Sort | 529.00ms | 847.00ms | 600.32ms | 19,861.00ms | 901.00ms | 1,057.00ms | 5,510.68ms |
| Calculate | 10.68ms | 42.00ms | 15.31ms | 1,001.00ms | 14.00ms | 24.00ms | 274.37ms |
| | 600.68ms | 946.00ms | 682.55ms | 25,275.00ms | 1,058.00ms | 1,866.00ms | 7,362.19ms |
| **Total** | 600.68ms | 946.00ms | 682.55ms | 25,275.00ms | 1,058.00ms | 1,866.00ms | 7,362.19ms |

![Benchmark Chart](images/benchmark-20180503-5mil-Firefox.png "Benchmark Chart")