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 |
---|---|---|---|---|---|---|---|
c | 5.c | 321ms | 0.9ms | 1.0MB | 310ms | 0ms | gcc 12.1.0 |
c | 8-i.c | 346ms | 2.4ms | 1.1MB | 333ms | 0ms | clang 11.0.0 |
c | 8-i.c | 365ms | 0.6ms | 0.9MB | 357ms | 0ms | gcc 12.1.0 |
c | 5.c | 368ms | 1.3ms | 1.1MB | 360ms | 0ms | clang 11.0.0 |
c | 8-i.c | 375ms | 0.5ms | 0.6MB | 363ms | 0ms | zigcc 0.10.0 |
c | 2.c | 397ms | 0.5ms | 0.6MB | 390ms | 0ms | zigcc 0.10.0 |
c | 5.c | 401ms | 0.7ms | 0.6MB | 390ms | 0ms | zigcc 0.10.0 |
c | 2.c | 412ms | 6.0ms | 1.1MB | 393ms | 0ms | clang 11.0.0 |
pony | 1.pony | 427ms | 1.0ms | 6.6MB | 423ms | 3ms | ponyc 0.50.0 |
c | 2.c | 624ms | 0.6ms | 1.0MB | 613ms | 0ms | gcc 12.1.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
c | 5.c | 36ms | 1.0ms | 0.9MB | 27ms | 0ms | gcc 12.1.0 |
c | 8-i.c | 39ms | 2.0ms | 1.1MB | 30ms | 0ms | clang 11.0.0 |
c | 8-i.c | 39ms | 0.1ms | 0.9MB | 30ms | 0ms | gcc 12.1.0 |
c | 8-i.c | 40ms | 0.3ms | 0.6MB | 30ms | 0ms | zigcc 0.10.0 |
c | 5.c | 40ms | 0.4ms | 1.1MB | 30ms | 0ms | clang 11.0.0 |
c | 2.c | 43ms | 1.0ms | 0.6MB | 30ms | 0ms | zigcc 0.10.0 |
c | 2.c | 44ms | 0.7ms | 1.1MB | 30ms | 0ms | clang 11.0.0 |
c | 5.c | 45ms | 5.2ms | 0.6MB | 30ms | 0ms | zigcc 0.10.0 |
pony | 1.pony | 48ms | 3.2ms | 2.5MB | 40ms | 0ms | ponyc 0.50.0 |
c | 2.c | 65ms | 0.3ms | 1.0MB | 53ms | 0ms | gcc 12.1.0 |