Current benchmark data was generated on Wed Jan 22 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 | 257ms | 1.9ms | 40.9MB | 240ms | 0ms | gcc 14.2.0 |
c | 1.c | 267ms | 2.2ms | 41.0MB | 247ms | 3ms | clang 14.0.0-1ubuntu1.1 |
c | 1.c | 292ms | 2.5ms | 40.3MB | 273ms | 3ms | zigcc 0.13.0 |
acton | 1.act | timeout | 0.0ms | 561.0MB | 6750ms | 100ms | actonc 0.24.1 |