Current benchmark data was generated on Wed Feb 08 2023, 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 | 4231ms | 76ms | 3.0MB | 4203ms | 7ms | v/clang+gc 0.3.3 |
swift | 1.swift | timeout | 0.0ms | 6.3MB | 4967ms | 10ms | swift 5.7.3 |
v | 1.v | timeout | 0.0ms | 4.1MB | 4970ms | 10ms | v/clang 0.3.3 |
v | 2.v | timeout | 0.0ms | 3.1MB | 4980ms | 0ms | v/clang+gc 0.3.3 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 1.v | 1065ms | 28ms | 2.8MB | 1050ms | 0ms | v/clang+gc 0.3.3 |
v | 1.v | 1791ms | 13ms | 3.1MB | 1773ms | 0ms | v/clang 0.3.3 |
v | 2.v | 2070ms | 45ms | 2.8MB | 2057ms | 0ms | v/clang+gc 0.3.3 |
swift | 1.swift | 3180ms | 62ms | 6.2MB | 3163ms | 0ms | swift 5.7.3 |