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 |
---|---|---|---|---|---|---|---|
javascript | 1-m.js | 934ms | 12ms | 179.4MB | 1463ms | 247ms | bun 1.1.38 |
javascript | 1-m.js | 1245ms | 11ms | 292.8MB | 2167ms | 173ms | node 23.3.0 |
php | 1.php | timeout | 0.0ms | 141.9MB | 4953ms | 27ms | php 8.2.26 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
javascript | 1.js | 95ms | 0.9ms | 78.8MB | 67ms | 30ms | bun 1.1.38 |
javascript | 1.js | 124ms | 1.3ms | 82.1MB | 123ms | 20ms | node 23.3.0 |
php | 1.php | 626ms | 24ms | 62.8MB | 573ms | 30ms | php 8.2.26 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
javascript | 1.js | 12ms | 0.4ms | 31.8MB | 0ms | 10ms | bun 1.1.38 |
javascript | 1.js | 31ms | 0.3ms | 51.9MB | 16ms | 4ms | node 23.3.0 |
php | 1.php | 52ms | 1.3ms | 52.5MB | 16ms | 22ms | php 8.2.26 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
javascript | 1-m.js | 510ms | 1.8ms | 138.7MB | 657ms | 147ms | bun 1.1.38 |
javascript | 1.js | 538ms | 0.3ms | 134.0MB | 627ms | 60ms | node 23.3.0 |
php | 1.php | 3744ms | 47ms | 113.9MB | 3703ms | 20ms | php 8.2.26 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
javascript | 1.js | 124ms | 3.0ms | 86.3MB | 103ms | 37ms | bun 1.1.38 |
javascript | 1.js | 162ms | 1.2ms | 101.8MB | 160ms | 37ms | node 23.3.0 |
php | 1.php | 836ms | 5.4ms | 67.3MB | 797ms | 23ms | php 8.2.26 |