Current benchmark data was generated on Wed May 25 2022, full log can be found HERE
CONTRIBUTIONS are WELCOME!
* -m in a file name stands for multi-threading or multi-processing
* -i in a file name stands for direct intrinsics usage. (Usage of simd intrinsics via libraries is not counted)
* -ffi in a file name stands for non-stdlib FFI usage
* (You may find time < time(user) + time(sys) for some non-parallelized programs, the overhead is from GC or JIT compiler, which are allowed to take advantage of multi-cores as that's more close to real-world scenarios.)
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 1.v | 339ms | 0.2ms | 0.6MB | 330ms | 0ms | v/clang 0.2.4 |
v | 1.v | 362ms | 2.8ms | 2.3MB | 350ms | 0ms | v/clang+gc 0.2.4 |
typescript | 2.ts | 758ms | 0.5ms | 44.4MB | 747ms | 7ms | deno 1.22.0 |
typescript | 1.ts | 1088ms | 0.2ms | 43.7MB | 1073ms | 7ms | deno 1.22.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 1.v | 1013ms | 1.0ms | 0.6MB | 1000ms | 0ms | v/clang 0.2.4 |
v | 1.v | 1076ms | 4.4ms | 2.2MB | 1067ms | 0ms | v/clang+gc 0.2.4 |
typescript | 2.ts | 2140ms | 101ms | 51.9MB | 2137ms | 7ms | deno 1.22.0 |
typescript | 1.ts | 2827ms | 5.7ms | 51.8MB | 2803ms | 17ms | deno 1.22.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 1.v | 120ms | 0.6ms | 0.6MB | 110ms | 0ms | v/clang 0.2.4 |
v | 1.v | 127ms | 1.0ms | 2.3MB | 120ms | 0ms | v/clang+gc 0.2.4 |
typescript | 2.ts | 361ms | 21ms | 38.0MB | 343ms | 7ms | deno 1.22.0 |
typescript | 1.ts | 411ms | 4.9ms | 37.3MB | 397ms | 0ms | deno 1.22.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 1.v | 4270ms | 76ms | 3.2MB | 4247ms | 3ms | v/clang+gc 0.2.4 |
typescript | 3.ts | timeout | 0.0ms | 0.0MB | 0ms | 0ms | deno 1.22.0 |
v | 1.v | timeout | 0.0ms | 0.0MB | 0ms | 0ms | v/clang 0.2.4 |
v | 2.v | timeout | 0.0ms | 0.0MB | 0ms | 0ms | v/clang+gc 0.2.4 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 1.v | 1076ms | 1.6ms | 2.5MB | 1060ms | 0ms | v/clang+gc 0.2.4 |
typescript | 3.ts | 1266ms | 14ms | 53.3MB | 1253ms | 47ms | deno 1.22.0 |
v | 2.v | 1546ms | 13ms | 3.1MB | 1530ms | 0ms | v/clang+gc 0.2.4 |
v | 1.v | 2390ms | 6.9ms | 2460.0MB | 1277ms | 1093ms | v/clang 0.2.4 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 1.v | 3033ms | 0.4ms | 2.9MB | 3020ms | 0ms | v/clang+gc 0.2.4 |
v | 1.v | 3165ms | 232ms | 1.7MB | 3153ms | 0ms | v/clang 0.2.4 |
typescript | 7.ts | 4312ms | 317ms | 36.7MB | 4290ms | 3ms | deno 1.22.0 |