Current benchmark data was generated on Thu May 04 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.)
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
1.pl | timeout | 0.0ms | 77.7MB | 4957ms | 27ms | perl 5.36.1 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
1.pl | 2168ms | 14ms | 14.0MB | 2150ms | 0ms | perl 5.36.1 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
1.pl | 4374ms | 19ms | 11.1MB | 4357ms | 0ms | perl 5.36.1 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
1.pl | 448ms | 2.7ms | 6.8MB | 430ms | 0ms | perl 5.36.1 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
1.pl | 2.8ms | 0.2ms | 5.0MB | 0ms | 0ms | perl 5.36.1 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
2.pl | timeout | 0.0ms | 6.2MB | 4990ms | 0ms | perl 5.36.1 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
2.pl | 3088ms | 2.1ms | 6.3MB | 3080ms | 0ms | perl 5.36.1 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
4.pl | timeout | 0.0ms | 8.3MB | 9847ms | 7ms | perl 5.36.1 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
4.pl | timeout | 0.0ms | 8.9MB | 9700ms | 3ms | perl 5.36.1 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
4-m.pl | 4869ms | 33ms | 8.5MB | 9440ms | 10ms | perl 5.36.1 |