Php VS Javascript benchmarks

Current benchmark data was generated on Wed Jan 22 2025, full log can be found HERE

CONTRIBUTIONS are WELCOME!

[x86_64][4 cores] AMD EPYC 7763 64-Core Processor (Model 1)

* -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.)

binarytrees

Input: 18

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 1-m.js 950ms 61ms 187.4MB 1437ms 247ms bun 1.1.45
javascript 1-m.js 1251ms 9.3ms 276.4MB 2177ms 160ms node 23.6.0
php 1.php timeout 0.0ms 141.9MB 4957ms 23ms php 8.2.27

Input: 15

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 1.js 95ms 0.8ms 79.4MB 77ms 23ms bun 1.1.45
javascript 1.js 127ms 2.0ms 82.4MB 117ms 33ms node 23.6.0
php 1.php 619ms 7.3ms 62.7MB 590ms 13ms php 8.2.27

helloworld

Input: QwQ

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 1.js 13ms 0.5ms 32.3MB 0ms 10ms bun 1.1.45
javascript 1.js 31ms 0.6ms 52.0MB 14ms 8ms node 23.6.0
php 1.php 50ms 1.1ms 52.6MB 22ms 12ms php 8.2.27

merkletrees

Input: 17

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 1-m.js 485ms 10ms 141.8MB 623ms 127ms bun 1.1.45
javascript 1.js 526ms 3.4ms 134.5MB 583ms 83ms node 23.6.0
php 1.php 3744ms 64ms 113.9MB 3703ms 23ms php 8.2.27

Input: 15

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 1.js 119ms 1.0ms 87.0MB 107ms 27ms bun 1.1.45
javascript 1.js 157ms 2.1ms 102.3MB 137ms 47ms node 23.6.0
php 1.php 826ms 9.2ms 67.1MB 787ms 23ms php 8.2.27