Acton VS Javascript benchmarks

Current benchmark data was generated on Thu Feb 01 2024, 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.)

edigits

Input: 250001

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 1.js 292ms 3.6ms 58.3MB 310ms 27ms node 21.6.1
javascript 1.js 445ms 1.2ms 107.5MB 427ms 13ms bun 1.0.25
acton 1.act 518ms 8.0ms 12.4MB 543ms 47ms actonc 0.19.2

Input: 100000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 1.js 141ms 2.5ms 54.1MB 167ms 13ms node 21.6.1
acton 1.act 167ms 8.8ms 10.8MB 153ms 30ms actonc 0.19.2
javascript 1.js 357ms 27ms 97.4MB 340ms 13ms bun 1.0.25

helloworld

Input: QwQ

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
acton 1.act 4.2ms 0.4ms 6.4MB 0ms 0ms actonc 0.19.2
javascript 1.js 14ms 0.3ms 65.6MB 0ms 10ms bun 1.0.25
javascript 1.js 34ms 0.8ms 44.0MB 16ms 6ms node 21.6.1

pidigits

Input: 8000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
acton 1.act timeout 0.0ms 10.8MB 7663ms 1610ms actonc 0.19.2
javascript 3.js timeout 0.0ms 81.6MB 4987ms 23ms node 21.6.1

Input: 4000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 3.js 1127ms 3.3ms 65.6MB 1113ms 23ms node 21.6.1
acton 1-m.act 1681ms 170ms 10.7MB 2257ms 673ms actonc 0.19.2