Current benchmark data was generated on Sun Dec 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 |
---|---|---|---|---|---|---|---|
chapel | 4.chpl | 1950ms | 11ms | 66.4MB | 1937ms | 0ms | chpl 1.31.0 |
chapel | 3.chpl | 2095ms | 33ms | 66.4MB | 2087ms | 3ms | chpl 1.31.0 |
lua | 1.lua | 3498ms | 64ms | 172.9MB | 3367ms | 120ms | luajit 2.1.0-beta3 |
lua | 1.lua | timeout | 0.0ms | 104.9MB | 4943ms | 40ms | lua 5.4.7 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
chapel | 4.chpl | 193ms | 3.0ms | 36.4MB | 183ms | 7ms | chpl 1.31.0 |
chapel | 3.chpl | 205ms | 18ms | 34.3MB | 190ms | 3ms | chpl 1.31.0 |
lua | 1.lua | 294ms | 1.7ms | 15.8MB | 273ms | 7ms | luajit 2.1.0-beta3 |
lua | 1.lua | 809ms | 6.7ms | 16.9MB | 787ms | 3ms | lua 5.4.7 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
chapel | 1-m.chpl | 1933ms | 21ms | 33.0MB | 3823ms | 0ms | chpl 1.31.0 |
chapel | 1.chpl | 3709ms | 10.0ms | 32.8MB | 3703ms | 0ms | chpl 1.31.0 |
lua | 1.lua | 4048ms | 11ms | 2.5MB | 4037ms | 0ms | luajit 2.1.0-beta3 |
lua | 1.lua | timeout | 0.0ms | 2.5MB | 4990ms | 0ms | lua 5.4.7 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
chapel | 1-m.chpl | 496ms | 1.0ms | 32.8MB | 960ms | 0ms | chpl 1.31.0 |
chapel | 1.chpl | 946ms | 5.3ms | 32.8MB | 937ms | 7ms | chpl 1.31.0 |
lua | 1.lua | 1016ms | 1.5ms | 2.4MB | 1003ms | 0ms | luajit 2.1.0-beta3 |
lua | 1.lua | timeout | 0.0ms | 2.3MB | 4990ms | 0ms | lua 5.4.7 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
chapel | 1-m.chpl | 140ms | 0.3ms | 32.9MB | 243ms | 3ms | chpl 1.31.0 |
chapel | 1.chpl | 257ms | 3.3ms | 32.8MB | 247ms | 0ms | chpl 1.31.0 |
lua | 1.lua | 257ms | 0.8ms | 2.3MB | 243ms | 0ms | luajit 2.1.0-beta3 |
lua | 1.lua | timeout | 0.0ms | 2.0MB | 4990ms | 0ms | lua 5.4.7 |