Current benchmark data was generated on Mon Dec 30 2024, 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 | 266ms | 8.2ms | 40.9MB | 250ms | 0ms | gcc 14.2.0 |
c | 1.c | 273ms | 3.6ms | 40.8MB | 257ms | 0ms | clang 14.0.0-1ubuntu1.1 |
c | 1.c | 303ms | 15ms | 40.3MB | 287ms | 3ms | zigcc 0.13.0 |
acton | 1.act | timeout | 0.0ms | 562.9MB | 6753ms | 110ms | actonc 0.24.1 |