Current benchmark data was generated on Mon May 19 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 | 282ms | 11ms | 40.9MB | 263ms | 0ms | gcc 15.1.0 |
c | 1.c | 303ms | 3.8ms | 40.8MB | 287ms | 0ms | clang 14.0.0-1ubuntu1.1 |
c | 1.c | 307ms | 13ms | 40.3MB | 290ms | 0ms | zigcc 0.14.0 |
acton | 1.act | timeout | 0.0ms | 560.9MB | 6627ms | 93ms | actonc 0.25.0 |