Ruby VS Haxe benchmarks

Current benchmark data was generated on Fri Aug 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
haxe 1.hx 1290ms 13ms 144.0MB 1470ms 67ms haxe/cpp 4.3.6
ruby 1-m.rb 1486ms 2574ms 801.2MB 6400ms 613ms truffleruby 24.2.2
haxe 2.hx 4336ms 13ms 495.3MB 4867ms 253ms haxe/cpp 4.3.6
ruby 1.rb 4961ms 19ms 109.4MB 4863ms 83ms ruby/yjit 3.4.5
haxe 1.hx timeout 0.0ms 48.6MB 5457ms 423ms haxe/hl/c 4.3.6
haxe 2.hx timeout 0.0ms 83.0MB 5003ms 683ms haxe/hl/c 4.3.6
haxe 1.hx timeout 0.0ms 51.1MB 7750ms 430ms haxe/hl/jit 1.16.0
haxe 2.hx timeout 0.0ms 131.0MB 7297ms 770ms haxe/hl/jit 1.16.0
ruby 1.rb timeout 0.0ms 70.0MB 4943ms 43ms ruby 3.4.5

Input: 15

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
haxe 1.hx 88ms 0.4ms 25.6MB 77ms 10ms haxe/cpp 4.3.6
haxe 2.hx 380ms 5.8ms 58.3MB 410ms 20ms haxe/cpp 4.3.6
ruby 1.rb 504ms 1.1ms 20.3MB 480ms 10ms ruby/yjit 3.4.5
ruby 1-m.rb 528ms 58ms 407.2MB 1043ms 157ms truffleruby 24.2.2
haxe 1.hx 640ms 2.4ms 8.7MB 613ms 43ms haxe/hl/c 4.3.6
haxe 1.hx 671ms 4.4ms 11.4MB 727ms 57ms haxe/hl/jit 1.16.0
haxe 2.hx 930ms 3.9ms 13.6MB 817ms 157ms haxe/hl/c 4.3.6
ruby 1.rb 932ms 5.8ms 19.5MB 913ms 7ms ruby 3.4.5
haxe 2.hx 940ms 11ms 25.0MB 910ms 170ms haxe/hl/jit 1.16.0

coro-prime-sieve

Input: 4000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
ruby 1.rb 1412ms 3.1ms 63.8MB 1330ms 67ms ruby/yjit 3.4.5
ruby 1.rb 1861ms 27ms 63.1MB 1780ms 63ms ruby 3.4.5
ruby 1.rb timeout 0.0ms 339.5MB 4537ms 1523ms truffleruby 24.2.2

Input: 1000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
ruby 1.rb 150ms 1.5ms 25.6MB 117ms 17ms ruby/yjit 3.4.5
ruby 1.rb 181ms 2.8ms 25.0MB 153ms 17ms ruby 3.4.5
ruby 1.rb timeout 0.0ms 339.9MB 4580ms 1487ms truffleruby 24.2.2

fasta

Input: 2500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
ruby 6.rb 2039ms 34ms 23.0MB 2010ms 13ms ruby/yjit 3.4.5
ruby 6-m.rb 2302ms 225ms 379.4MB 5953ms 337ms truffleruby 24.2.2
haxe 1.hx 2378ms 10ms 25.6MB 2270ms 190ms haxe/cpp 4.3.6
ruby 6.rb 3744ms 77ms 22.4MB 3723ms 10ms ruby 3.4.5
haxe 1.hx timeout 0.0ms 3.1MB 4333ms 880ms haxe/hl/c 4.3.6
haxe 1.hx timeout 0.0ms 3.6MB 4383ms 850ms haxe/hl/jit 1.16.0

Input: 250000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
haxe 1.hx 251ms 2.7ms 25.6MB 220ms 30ms haxe/cpp 4.3.6
ruby 6.rb 261ms 6.6ms 15.0MB 243ms 0ms ruby/yjit 3.4.5
ruby 6.rb 429ms 2.4ms 14.4MB 410ms 3ms ruby 3.4.5
haxe 1.hx 667ms 6.6ms 3.5MB 577ms 103ms haxe/hl/c 4.3.6
haxe 1.hx 698ms 6.6ms 3.6MB 617ms 107ms haxe/hl/jit 1.16.0
ruby 6-m.rb 825ms 31ms 410.3MB 2047ms 173ms truffleruby 24.2.2

helloworld

Input: QwQ

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
haxe 1.hx 1.9ms 0.2ms 2.9MB 0ms 0ms haxe/hl/c 4.3.6
haxe 1.hx 2.3ms 0.3ms 4.4MB 0ms 0ms haxe/cpp 4.3.6
haxe 1.hx 3.4ms 0.4ms 2.9MB 0ms 0ms haxe/hl/jit 1.16.0
ruby 1.rb 35ms 0.6ms 141.9MB 12ms 28ms truffleruby 24.2.2
ruby 1.rb 50ms 0.8ms 12.8MB 36ms 4ms ruby 3.4.5
ruby 1.rb 51ms 1.7ms 13.0MB 36ms 4ms ruby/yjit 3.4.5

json-serde

Input: sample 5000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
ruby 1.rb 251ms 0.5ms 29.2MB 220ms 13ms ruby 3.4.5
ruby 1.rb 253ms 3.8ms 29.0MB 227ms 10ms ruby/yjit 3.4.5
ruby 1-m.rb 4461ms 188ms 483.7MB 11710ms 347ms truffleruby 24.2.2

Input: canada 15

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
ruby 1.rb 2102ms 20ms 132.8MB 2010ms 77ms ruby/yjit 3.4.5
ruby 1.rb 2103ms 10ms 133.9MB 2020ms 70ms ruby 3.4.5
ruby 1.rb timeout 0.0ms 502.2MB 13287ms 387ms truffleruby 24.2.2

lru

Input: 1000 1000000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
haxe 1.hx 134ms 1.8ms 20.4MB 120ms 7ms haxe/cpp 4.3.6
haxe 1.hx 135ms 0.3ms 3.3MB 127ms 0ms haxe/hl/c 4.3.6
haxe 1.hx 157ms 3.8ms 3.8MB 147ms 0ms haxe/hl/jit 1.16.0
ruby 1.rb 340ms 5.5ms 13.5MB 323ms 3ms ruby/yjit 3.4.5
ruby 1.rb 544ms 2.3ms 12.9MB 530ms 3ms ruby 3.4.5
ruby 1-m.rb 702ms 23ms 374.1MB 1243ms 143ms truffleruby 24.2.2

Input: 1000 3000000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
haxe 1.hx 378ms 5.6ms 25.5MB 363ms 10ms haxe/cpp 4.3.6
haxe 1.hx 398ms 6.1ms 3.1MB 387ms 0ms haxe/hl/c 4.3.6
haxe 1.hx 459ms 7.2ms 3.8MB 450ms 0ms haxe/hl/jit 1.16.0
ruby 1.rb 893ms 4.0ms 13.5MB 873ms 10ms ruby/yjit 3.4.5
ruby 1-m.rb 1199ms 32ms 415.0MB 1677ms 160ms truffleruby 24.2.2
ruby 1.rb 1542ms 5.2ms 12.9MB 1523ms 3ms ruby 3.4.5

Input: 100 500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
haxe 1.hx 63ms 0.7ms 12.3MB 50ms 0ms haxe/cpp 4.3.6
haxe 1.hx 67ms 0.6ms 3.0MB 60ms 0ms haxe/hl/c 4.3.6
haxe 1.hx 77ms 0.7ms 3.6MB 70ms 0ms haxe/hl/jit 1.16.0
ruby 1.rb 195ms 1.8ms 13.5MB 180ms 3ms ruby/yjit 3.4.5
ruby 1.rb 297ms 2.9ms 12.8MB 280ms 3ms ruby 3.4.5
ruby 1-m.rb 476ms 13ms 357.3MB 890ms 140ms truffleruby 24.2.2

merkletrees

Input: 17

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
haxe 1.hx 908ms 5.7ms 94.9MB 1010ms 40ms haxe/cpp 4.3.6
ruby 1-m.rb 3864ms 19ms 565.6MB 9860ms 350ms truffleruby 24.2.2
haxe 1.hx timeout 0.0ms 32.5MB 4877ms 553ms haxe/hl/c 4.3.6
haxe 1.hx timeout 0.0ms 55.1MB 5960ms 490ms haxe/hl/jit 1.16.0
ruby 1.rb timeout 0.0ms 94.1MB 4937ms 47ms ruby 3.4.5
ruby 1.rb timeout 0.0ms 94.8MB 4940ms 50ms ruby/yjit 3.4.5

Input: 15

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
haxe 1.hx 170ms 4.0ms 26.6MB 173ms 10ms haxe/cpp 4.3.6
haxe 1.hx 1306ms 1.8ms 10.8MB 1253ms 140ms haxe/hl/c 4.3.6
haxe 1.hx 1322ms 7.0ms 20.2MB 1330ms 127ms haxe/hl/jit 1.16.0
ruby 1-m.rb 2027ms 88ms 571.0MB 5207ms 273ms truffleruby 24.2.2
ruby 1.rb 3296ms 19ms 38.3MB 3260ms 20ms ruby/yjit 3.4.5
ruby 1.rb 4401ms 19ms 37.8MB 4363ms 20ms ruby 3.4.5

nbody

Input: 5000000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
ruby 2.rb 817ms 1.5ms 309.6MB 1057ms 110ms truffleruby 24.2.2
haxe 2.hx 856ms 3.6ms 3.0MB 847ms 0ms haxe/hl/c 4.3.6
haxe 1.hx 1084ms 8.6ms 3.0MB 1073ms 0ms haxe/hl/c 4.3.6
haxe 3.hx 1407ms 30ms 25.6MB 1560ms 30ms haxe/cpp 4.3.6
haxe 2.hx 2414ms 4.4ms 3.6MB 2403ms 0ms haxe/hl/jit 1.16.0
haxe 1.hx 2476ms 3.3ms 3.6MB 2467ms 0ms haxe/hl/jit 1.16.0
haxe 1.hx timeout 0.0ms 4.4MB 4990ms 0ms haxe/cpp 4.3.6
haxe 2.hx timeout 0.0ms 4.5MB 4990ms 0ms haxe/cpp 4.3.6
haxe 3.hx timeout 0.0ms 3.2MB 3920ms 1573ms haxe/hl/c 4.3.6
haxe 3.hx timeout 0.0ms 3.9MB 4133ms 1323ms haxe/hl/jit 1.16.0
ruby 2.rb timeout 0.0ms 12.8MB 4983ms 7ms ruby 3.4.5
ruby 2.rb timeout 0.0ms 13.5MB 4980ms 0ms ruby/yjit 3.4.5

Input: 500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
haxe 2.hx 88ms 0.2ms 3.0MB 80ms 0ms haxe/hl/c 4.3.6
haxe 1.hx 111ms 2.9ms 3.1MB 103ms 0ms haxe/hl/c 4.3.6
haxe 3.hx 153ms 2.6ms 25.6MB 147ms 10ms haxe/cpp 4.3.6
haxe 2.hx 244ms 1.1ms 3.6MB 237ms 0ms haxe/hl/jit 1.16.0
haxe 1.hx 253ms 2.2ms 3.6MB 243ms 0ms haxe/hl/jit 1.16.0
ruby 2-m.rb 309ms 13ms 309.8MB 537ms 117ms truffleruby 24.2.2
haxe 2.hx 674ms 7.0ms 4.4MB 663ms 0ms haxe/cpp 4.3.6
haxe 3.hx 676ms 2.5ms 3.3MB 530ms 203ms haxe/hl/c 4.3.6
haxe 3.hx 795ms 13ms 3.8MB 643ms 210ms haxe/hl/jit 1.16.0
haxe 1.hx 812ms 5.7ms 4.4MB 803ms 0ms haxe/cpp 4.3.6
ruby 2.rb 1044ms 2.3ms 13.5MB 1023ms 7ms ruby/yjit 3.4.5
ruby 2.rb 2832ms 56ms 12.8MB 2813ms 7ms ruby 3.4.5

nsieve

Input: 12

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
ruby 1.rb timeout 0.0ms 325.3MB 4840ms 140ms ruby 3.4.5
ruby 1.rb timeout 0.0ms 327.0MB 4847ms 140ms ruby/yjit 3.4.5
ruby 1.rb timeout 0.0ms 737.6MB 5057ms 157ms truffleruby 24.2.2

Input: 10

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
ruby 1-m.rb 1694ms 36ms 474.9MB 2407ms 170ms truffleruby 24.2.2
ruby 1.rb 3393ms 45ms 131.6MB 3303ms 70ms ruby/yjit 3.4.5
ruby 1.rb 4458ms 22ms 131.0MB 4367ms 77ms ruby 3.4.5

pidigits

Input: 8000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
ruby 1.rb timeout 0.0ms 130.1MB 4833ms 153ms ruby 3.4.5
ruby 1.rb timeout 0.0ms 130.9MB 4840ms 147ms ruby/yjit 3.4.5
ruby 1.rb timeout 0.0ms 451.7MB 13370ms 400ms truffleruby 24.2.2

Input: 4000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
ruby 1-m.rb 1509ms 109ms 384.9MB 4013ms 193ms truffleruby 24.2.2
ruby 1.rb 1759ms 8.3ms 130.9MB 1633ms 113ms ruby/yjit 3.4.5
ruby 1.rb 1782ms 5.6ms 130.0MB 1650ms 123ms ruby 3.4.5

spectral-norm

Input: 8000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
haxe 1.hx 3897ms 3.5ms 3.4MB 3883ms 0ms haxe/hl/c 4.3.6
haxe 1.hx timeout 0.0ms 7.0MB 4990ms 0ms haxe/cpp 4.3.6
haxe 1.hx timeout 0.0ms 3.9MB 4990ms 0ms haxe/hl/jit 1.16.0
ruby 4.rb timeout 0.0ms 12.9MB 4987ms 0ms ruby 3.4.5
ruby 4.rb timeout 0.0ms 13.5MB 4980ms 10ms ruby/yjit 3.4.5
ruby 4.rb timeout 0.0ms 420.8MB 5170ms 227ms truffleruby 24.2.2

Input: 4000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
haxe 1.hx 987ms 3.6ms 3.2MB 977ms 0ms haxe/hl/c 4.3.6
haxe 1.hx 2398ms 1.7ms 6.5MB 2387ms 0ms haxe/cpp 4.3.6
ruby 4.rb 4810ms 20ms 422.1MB 5107ms 190ms truffleruby 24.2.2
haxe 1.hx timeout 0.0ms 3.8MB 4990ms 0ms haxe/hl/jit 1.16.0
ruby 4.rb timeout 0.0ms 12.9MB 4983ms 0ms ruby 3.4.5
ruby 4.rb timeout 0.0ms 13.6MB 4983ms 0ms ruby/yjit 3.4.5

Input: 2000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
haxe 1.hx 250ms 1.8ms 3.0MB 240ms 0ms haxe/hl/c 4.3.6
haxe 1.hx 602ms 0.3ms 5.4MB 590ms 0ms haxe/cpp 4.3.6
ruby 4.rb 1419ms 19ms 379.8MB 1753ms 130ms truffleruby 24.2.2
haxe 1.hx 2306ms 17ms 3.8MB 2297ms 0ms haxe/hl/jit 1.16.0
ruby 4.rb timeout 0.0ms 12.9MB 4987ms 0ms ruby 3.4.5
ruby 4.rb timeout 0.0ms 13.8MB 4983ms 0ms ruby/yjit 3.4.5