Current benchmark data was generated on Thu Feb 01 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 | 1.1ms | 0.1ms | 1.4MB | 0ms | 0ms | zigcc 0.12.0-dev.2341+92211135f |
c | 1.c | 1.3ms | 0.1ms | 2.1MB | 0ms | 0ms | gcc 13.2.0 |
c | 1.c | 1.5ms | 0.3ms | 2.1MB | 0ms | 0ms | clang 14.0.0-1ubuntu1.1 |
php | 1.php | 52ms | 1.8ms | 52.0MB | 14ms | 24ms | php 8.2.14 |