Current benchmark data was generated on Fri May 20 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 |
---|---|---|---|---|---|---|---|
pony | 1.pony | timeout | 0.0ms | 0.0MB | 0ms | 0ms | ponyc 0.50.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
cpp | 0-i.cpp | 225ms | 0.3ms | 0.9MB | 213ms | 0ms | g++ 12.1.0 |
cpp | 0-i.cpp | 258ms | 0.6ms | 1.1MB | 247ms | 0ms | clang++ 11.0.0 |
cpp | 1.cpp | 339ms | 0.4ms | 0.9MB | 330ms | 0ms | g++ 12.1.0 |
cpp | 1.cpp | 386ms | 2.5ms | 1.1MB | 373ms | 0ms | clang++ 11.0.0 |
pony | 1.pony | 427ms | 1.0ms | 6.6MB | 423ms | 3ms | ponyc 0.50.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
cpp | 0-i.cpp | 26ms | 0.4ms | 1.0MB | 17ms | 0ms | g++ 12.1.0 |
cpp | 0-i.cpp | 29ms | 0.6ms | 1.1MB | 20ms | 0ms | clang++ 11.0.0 |
cpp | 1.cpp | 36ms | 0.7ms | 0.9MB | 23ms | 0ms | g++ 12.1.0 |
cpp | 1.cpp | 41ms | 0.2ms | 1.1MB | 30ms | 0ms | clang++ 11.0.0 |
pony | 1.pony | 48ms | 3.2ms | 2.5MB | 40ms | 0ms | ponyc 0.50.0 |