Current benchmark data was generated on Mon Feb 06 2023, 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 |
---|---|---|---|---|---|---|---|
julia | 2-m.jl | 1237ms | 1.0ms | 193.9MB | 2083ms | 140ms | julia 1.8.5 |
julia | 3-m.jl | 2142ms | 2.6ms | 211.2MB | 3783ms | 160ms | julia 1.8.5 |
perl | 4.pl | timeout | 0.0ms | 10.3MB | 9857ms | 3ms | perl 5.36.0 |