Javascript VS Acton benchmarks

Current benchmark data was generated on Tue Apr 01 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 1004ms 24ms 188.7MB 1530ms 233ms bun 1.2.8
javascript 1-m.js 1411ms 78ms 271.7MB 2213ms 160ms node 23.10.0
acton 1.act timeout 0.0ms 67.1MB 5980ms 87ms actonc 0.24.1

Input: 15

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 1.js 101ms 1.5ms 79.0MB 77ms 27ms bun 1.2.8
javascript 1.js 124ms 0.7ms 78.6MB 127ms 23ms node 23.10.0
acton 1.act 838ms 21ms 12.0MB 960ms 83ms actonc 0.24.1

coro-prime-sieve

Input: 4000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 1.js 1611ms 17ms 90.1MB 1693ms 57ms node 23.10.0
javascript 1.js 2512ms 15ms 101.3MB 2547ms 53ms bun 1.2.8

Input: 1000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 1.js 172ms 23ms 72.3MB 160ms 20ms node 23.10.0
javascript 1.js 201ms 1.8ms 87.0MB 223ms 30ms bun 1.2.8

edigits

Input: 250001

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 1.js 273ms 5.6ms 62.9MB 283ms 20ms node 23.10.0
acton 1.act 275ms 16ms 7.0MB 240ms 80ms actonc 0.24.1
javascript 1.js 530ms 3.1ms 77.9MB 500ms 30ms bun 1.2.8

Input: 100000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
acton 1.act 92ms 7.6ms 5.2MB 77ms 27ms actonc 0.24.1
javascript 1.js 128ms 0.4ms 61.7MB 150ms 20ms node 23.10.0
javascript 1.js 500ms 2.9ms 67.9MB 473ms 17ms bun 1.2.8

helloworld

Input: QwQ

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
acton 1.act 3.7ms 0.2ms 3.9MB 0ms 0ms actonc 0.24.1
javascript 1.js 13ms 0.5ms 32.8MB 0ms 0ms bun 1.2.8
javascript 1.js 31ms 0.9ms 48.1MB 18ms 4ms node 23.10.0

http-server

Input: 3000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 1-m.bun.js 338ms 12ms 75.3MB 157ms 423ms bun 1.2.8
javascript 1.js 2896ms 124ms 177.9MB 2793ms 1333ms node 23.10.0

Input: 500

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 1.bun.js 105ms 10ms 55.1MB 33ms 93ms bun 1.2.8
javascript 1.js 366ms 7.2ms 78.7MB 347ms 130ms node 23.10.0

json-serde

Input: sample 5000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 1.js 77ms 6.2ms 68.4MB 50ms 20ms bun 1.2.8
javascript 1.js 110ms 0.5ms 75.9MB 100ms 17ms node 23.10.0

Input: canada 15

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 1.js 395ms 2.3ms 236.6MB 337ms 100ms bun 1.2.8
javascript 1.js 688ms 2.2ms 198.7MB 797ms 83ms node 23.10.0

lru

Input: 1000 1000000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 2.js 310ms 2.7ms 62.8MB 303ms 13ms node 23.10.0
javascript 1.js 560ms 0.8ms 60.6MB 547ms 13ms node 23.10.0
javascript 2.js 659ms 5.8ms 122.6MB 727ms 53ms bun 1.2.8
javascript 1.js 833ms 1.1ms 107.4MB 923ms 70ms bun 1.2.8

Input: 1000 3000000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 2.js 852ms 3.2ms 69.0MB 840ms 17ms node 23.10.0
javascript 1.js 1583ms 5.1ms 67.8MB 1567ms 13ms node 23.10.0
javascript 2.js 1842ms 2.5ms 123.1MB 2020ms 73ms bun 1.2.8
javascript 1.js 2420ms 5.6ms 126.7MB 2723ms 157ms bun 1.2.8

Input: 100 500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 1.js 163ms 1.2ms 58.1MB 150ms 10ms node 23.10.0
javascript 2.js 167ms 1.6ms 57.0MB 160ms 7ms node 23.10.0
javascript 1.js 319ms 1.4ms 114.8MB 360ms 70ms bun 1.2.8
javascript 2.js 355ms 2.5ms 126.4MB 377ms 50ms bun 1.2.8

merkletrees

Input: 17

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 1-m.js 474ms 4.8ms 137.9MB 620ms 120ms bun 1.2.8
javascript 1.js 531ms 2.6ms 130.3MB 617ms 60ms node 23.10.0
acton 1.act 3317ms 14ms 101.9MB 3623ms 50ms actonc 0.24.1

Input: 15

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 1.js 117ms 0.3ms 86.8MB 100ms 33ms bun 1.2.8
javascript 1.js 163ms 6.2ms 98.5MB 160ms 37ms node 23.10.0
acton 1.act 708ms 5.3ms 30.5MB 750ms 30ms actonc 0.24.1

nbody

Input: 5000000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 6.js 460ms 4.6ms 55.8MB 447ms 7ms node 23.10.0
javascript 6.js 791ms 19ms 45.8MB 783ms 10ms bun 1.2.8

Input: 500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 6.js 78ms 1.4ms 56.0MB 70ms 7ms node 23.10.0
javascript 6.js 99ms 1.1ms 45.8MB 97ms 3ms bun 1.2.8

secp256k1

Input: 2000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 1.js 2498ms 4.6ms 59.8MB 2507ms 17ms node 23.10.0
javascript 1.js 2886ms 0.3ms 85.0MB 2900ms 50ms bun 1.2.8

Input: 500

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 1.js 670ms 7.4ms 57.1MB 680ms 13ms node 23.10.0
javascript 1.js 764ms 19ms 84.4MB 763ms 27ms bun 1.2.8

pidigits

Input: 8000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
acton 1-m.act 2985ms 56ms 6.6MB 2847ms 2003ms actonc 0.24.1
javascript 3.js timeout 0.0ms 87.8MB 4987ms 23ms node 23.10.0

Input: 4000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
acton 1-m.act 857ms 16ms 5.9MB 780ms 613ms actonc 0.24.1
javascript 3.js 1103ms 0.7ms 71.1MB 1080ms 20ms node 23.10.0

spectral-norm

Input: 8000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 6-m.js 2173ms 8.2ms 114.4MB 8300ms 53ms node 23.10.0

Input: 4000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 6-m.js 650ms 1.3ms 113.4MB 2307ms 53ms node 23.10.0

Input: 2000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
javascript 6-m.js 268ms 5.8ms 112.1MB 827ms 50ms node 23.10.0