Current benchmark data was generated on Mon Mar 31 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 |
---|---|---|---|---|---|---|---|
c | 1.c | 252ms | 2.1ms | 41.0MB | 237ms | 0ms | gcc 14.2.0 |
c | 1.c | 268ms | 1.9ms | 40.2MB | 250ms | 0ms | zigcc 0.14.0 |
c | 1.c | 269ms | 5.7ms | 40.9MB | 250ms | 3ms | clang 14.0.0-1ubuntu1.1 |
acton | 1.act | timeout | 0.0ms | 560.9MB | 6817ms | 97ms | actonc 0.24.1 |