Current benchmark data was generated on Tue Dec 31 2024, 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.)
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
1.v | timeout | 0.0ms | 23.6MB | 4983ms | 3ms | v/clang+gc 0.4.9 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
1.v | timeout | 0.0ms | 13.9MB | 4983ms | 0ms | v/clang+gc 0.4.9 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
1.v | 246ms | 1.6ms | 2.1MB | 237ms | 0ms | v/clang+gc 0.4.9 |
1.v | 252ms | 7.7ms | 1.3MB | 243ms | 0ms | v/clang 0.4.9 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
2.v | timeout | 0.0ms | 7.8MB | 4973ms | 10ms | v/clang+gc 0.4.9 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
2.v | 749ms | 2.2ms | 2.6MB | 733ms | 3ms | v/clang+gc 0.4.9 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
1.v | timeout | 0.0ms | 83.1MB | 4977ms | 7ms | v/clang+gc 0.4.9 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
1.v | 3217ms | 76ms | 26.0MB | 3200ms | 0ms | v/clang+gc 0.4.9 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
1.v | 4853ms | 3.5ms | 1.6MB | 4843ms | 0ms | v/clang 0.4.9 |
1.v | 4929ms | 9.5ms | 2.8MB | 4917ms | 0ms | v/clang+gc 0.4.9 |