Current benchmark data was generated on Thu May 01 2025, 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 | 249ms | 4.0ms | 1.3MB | 240ms | 0ms | v/clang 0.4.10 |
v | 1.v | 261ms | 4.7ms | 2.1MB | 253ms | 0ms | v/clang+gc 0.4.10 |
typescript | 2.ts | 274ms | 4.0ms | 62.8MB | 263ms | 13ms | deno 2.3.1 |
typescript | 1.ts | 575ms | 2.8ms | 59.6MB | 557ms | 10ms | deno 2.3.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
typescript | 2.ts | 735ms | 2.5ms | 68.5MB | 720ms | 20ms | deno 2.3.1 |
v | 1.v | 760ms | 5.8ms | 1.3MB | 753ms | 0ms | v/clang 0.4.10 |
v | 1.v | 777ms | 4.7ms | 2.1MB | 767ms | 0ms | v/clang+gc 0.4.10 |
typescript | 1.ts | 1646ms | 1.7ms | 67.9MB | 1620ms | 17ms | deno 2.3.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 1.v | 89ms | 0.3ms | 1.5MB | 80ms | 0ms | v/clang 0.4.10 |
v | 1.v | 100ms | 1.7ms | 2.1MB | 90ms | 0ms | v/clang+gc 0.4.10 |
typescript | 2.ts | 142ms | 1.0ms | 56.8MB | 130ms | 13ms | deno 2.3.1 |
typescript | 1.ts | 168ms | 2.6ms | 57.0MB | 150ms | 10ms | deno 2.3.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 2.v | 3213ms | 64ms | 3.3MB | 3193ms | 7ms | v/clang+gc 0.4.10 |
typescript | 3.ts | 4922ms | 34ms | 131.3MB | 4817ms | 147ms | deno 2.3.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 2.v | 789ms | 5.6ms | 2.6MB | 777ms | 0ms | v/clang+gc 0.4.10 |
typescript | 3.ts | 1128ms | 5.5ms | 78.3MB | 1070ms | 80ms | deno 2.3.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
typescript | 7.ts | 4058ms | 51ms | 53.9MB | 4040ms | 10ms | deno 2.3.1 |
v | 1.v | timeout | 0.0ms | 1.6MB | 4990ms | 0ms | v/clang 0.4.10 |
v | 1.v | timeout | 0.0ms | 2.8MB | 4990ms | 0ms | v/clang+gc 0.4.10 |