Current benchmark data was generated on Sun Jul 13 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 | 267ms | 3.7ms | 41.0MB | 253ms | 0ms | clang 14.0.0-1ubuntu1.1 |
c | 1.c | 277ms | 11ms | 40.9MB | 257ms | 0ms | gcc 15.1.0 |
c | 1.c | 282ms | 4.5ms | 40.3MB | 267ms | 0ms | zigcc 0.14.1 |
acton | 1.act | timeout | 0.0ms | 561.1MB | 6640ms | 77ms | actonc 0.26.0 |