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 |
---|---|---|---|---|---|---|---|
python | 1.py | 1149ms | 16ms | 95.7MB | 1087ms | 47ms | pypy 3.10.14 |
php | 1.php | timeout | 0.0ms | 141.9MB | 4953ms | 27ms | php 8.2.26 |
python | 1.py | timeout | 0.0ms | 40.8MB | 4970ms | 17ms | cpython 3.13.0 |
python | 1.py | timeout | 0.0ms | 40.6MB | 4743ms | 240ms | pyston 3.8.12 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
python | 1.py | 94ms | 1.9ms | 68.0MB | 63ms | 20ms | pypy 3.10.14 |
python | 1.py | 491ms | 25ms | 11.9MB | 463ms | 7ms | pyston 3.8.12 |
php | 1.php | 626ms | 24ms | 62.8MB | 573ms | 30ms | php 8.2.26 |
python | 1.py | 710ms | 4.2ms | 12.8MB | 697ms | 0ms | cpython 3.13.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
python | 1.py | 2247ms | 43ms | 210.1MB | 2133ms | 97ms | pypy 3.10.14 |
php | 1.php | 3744ms | 47ms | 113.9MB | 3703ms | 20ms | php 8.2.26 |
python | 1.py | timeout | 0.0ms | 93.9MB | 4953ms | 30ms | cpython 3.13.0 |
python | 1.py | timeout | 0.0ms | 130.3MB | 4930ms | 50ms | pyston 3.8.12 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
python | 1.py | 378ms | 2.6ms | 103.6MB | 327ms | 33ms | pypy 3.10.14 |
php | 1.php | 836ms | 5.4ms | 67.3MB | 797ms | 23ms | php 8.2.26 |
python | 1.py | 3059ms | 119ms | 37.1MB | 3030ms | 17ms | cpython 3.13.0 |
python | 1.py | timeout | 0.0ms | 48.9MB | 4953ms | 33ms | pyston 3.8.12 |